diff --git a/index.html b/index.html index ee434f0..25644b1 100644 --- a/index.html +++ b/index.html @@ -23,9 +23,15 @@ + + + + diff --git a/main.js b/main.js index b4744a7..abfc287 100644 --- a/main.js +++ b/main.js @@ -11,5 +11,3 @@ const app = Vue.createApp({ } } }) - -app.mount('#app')