aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-08-06 16:01:30 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-08-06 16:01:30 -0400
commit745160ba8dc87ffbfb6332bb3a1742cb976ce7f8 (patch)
treee9aa294380a367c651d6e9cee41a897fa4e9fada /src/main.js
downloadalee-dashboard-745160ba8dc87ffbfb6332bb3a1742cb976ce7f8.tar.gz
alee-dashboard-745160ba8dc87ffbfb6332bb3a1742cb976ce7f8.tar.bz2
alee-dashboard-745160ba8dc87ffbfb6332bb3a1742cb976ce7f8.zip
init
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
new file mode 100644
index 0000000..63eb05f
--- /dev/null
+++ b/src/main.js
@@ -0,0 +1,8 @@
+import Vue from 'vue'
+import App from './App.vue'
+
+Vue.config.productionTip = false
+
+new Vue({
+ render: h => h(App),
+}).$mount('#app')