diff --git a/views/my-module.js b/views/my-module.js index 3516f56..9c3610a 100644 --- a/views/my-module.js +++ b/views/my-module.js @@ -6,7 +6,7 @@ export default{ }, methods:{ myMethod: function(){ - yes+=" la mouche" + this.yes+=" la mouche" return yes } },