update game show
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
d49436d413
commit
8c7921d611
@ -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…
Reference in new issue