From 8c7921d611f20eb99717cfc45bfd49514539b152 Mon Sep 17 00:00:00 2001 From: bajacqueli Date: Mon, 13 Mar 2023 20:48:07 +0100 Subject: [PATCH] update game show --- views/game.html | 1 - views/my-module.js | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 views/my-module.js 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