From 6640d97f3fec6210bae6b48e2ca9476f84cd6bbb Mon Sep 17 00:00:00 2001 From: Adam Jahr Date: Thu, 14 May 2020 23:05:43 -0400 Subject: [PATCH] moved mount script to index.html --- index.html | 6 ++++++ main.js | 2 -- 2 files changed, 6 insertions(+), 2 deletions(-) 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')