update game show
continuous-integration/drone/push Build is passing Details

game-view
Bastien JACQUELIN 2 years ago
parent d49436d413
commit 8c7921d611

@ -38,7 +38,6 @@
import { createApp } from 'https://unpkg.com/vue@3/dist/vue.esm-browser.js';
import CardModule from '/views/card-module.js';
import DeckModule from '/views/deck-module.js';
const app = createApp({
created(){},
data(){

@ -1,17 +0,0 @@
export default{
data:function () {
return {
yes:"zbii"
}
},
methods:{
myMethod: function(){
this.yes+=" la mouche"
return yes
}
},
template:`
<h2>MyModule</h2>
<span>{{this.myMethod()}}</span>
`
}
Loading…
Cancel
Save