diff options
author | Adam Carpenter <atc@53hor.net> | 2020-04-23 08:07:35 -0400 |
---|---|---|
committer | Adam Carpenter <atc@53hor.net> | 2020-04-23 08:07:35 -0400 |
commit | 6e787a89e0c40f42d51681c960a18818650646b7 (patch) | |
tree | 5edad46e2dec72ebe5d00a4a7d53263b1d4d076e /iridescence/src/main.ts | |
parent | be3b6030b4175f6c06d20dae8470b4a44a1befea (diff) | |
download | theglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.tar.xz theglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.zip |
switched back to js, added navbar with burger toggle
Diffstat (limited to 'iridescence/src/main.ts')
-rw-r--r-- | iridescence/src/main.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/iridescence/src/main.ts b/iridescence/src/main.ts deleted file mode 100644 index 3a47006..0000000 --- a/iridescence/src/main.ts +++ /dev/null @@ -1,12 +0,0 @@ -import Vue from "vue"; -import App from "./App.vue"; -import router from "./router"; -import store from "./store"; - -Vue.config.productionTip = false; - -new Vue({ - router, - store, - render: h => h(App) -}).$mount("#app"); |