export default{ data:function () { return { yes:"zbii" } }, methods:{ myMethod: function(){ this.yes+=" la mouche" return yes } }, template:`

MyModule

{{this.myMethod()}} ` }