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

MyModule

{{this.myMethod()}} ` }