diff --git a/views/game.html b/views/game.html index dc6c5c4..fc43447 100644 --- a/views/game.html +++ b/views/game.html @@ -38,7 +38,6 @@ import { createApp } from 'https://unpkg.com/vue@3/dist/vue.esm-browser.js'; import CardModule from '/views/card-module.js'; import DeckModule from '/views/deck-module.js'; - const app = createApp({ created(){}, data(){ diff --git a/views/my-module.js b/views/my-module.js deleted file mode 100644 index 9c3610a..0000000 --- a/views/my-module.js +++ /dev/null @@ -1,17 +0,0 @@ -export default{ - data:function () { - return { - yes:"zbii" - } - }, - methods:{ - myMethod: function(){ - this.yes+=" la mouche" - return yes - } - }, - template:` -

MyModule

- {{this.myMethod()}} - ` -} \ No newline at end of file