Merge branch 'game-view' of https://codefirst.iut.uca.fr/git/HyperSet/HyperSet into game-view
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
ec7d2f2d81
@ -0,0 +1,17 @@
|
|||||||
|
export default{
|
||||||
|
data:function () {
|
||||||
|
return {
|
||||||
|
yes:"zbii"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
methods:{
|
||||||
|
myMethod: function(){
|
||||||
|
yes+=" la mouche"
|
||||||
|
return yes
|
||||||
|
}
|
||||||
|
},
|
||||||
|
template:`
|
||||||
|
<h2>MyModule</h2>
|
||||||
|
<span>{{this.myMethod()}}</span>
|
||||||
|
`
|
||||||
|
}
|
Loading…
Reference in new issue