Revert "ajout page de test, avec un hello word"
This reverts commit 913350de18
.
This commit is contained in:
parent
d9f03090bd
commit
f55abd803c
1 changed files with 0 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
|||
<div class="inner">
|
||||
|
||||
<div id="hello-vue" class="demo">
|
||||
{{ message }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script src="https://unpkg.com/vue@next"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
const HelloVueApp = {
|
||||
data() {
|
||||
return {
|
||||
message: 'Hello Vue!!'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vue.createApp(HelloVueApp).mount('#hello-vue')
|
||||
|
||||
</script>
|
Loading…
Add table
Reference in a new issue