This commit is contained in:
khatabwedaa
2020-08-15 14:43:59 +02:00
parent a816ca185c
commit d8c5896958
2 changed files with 3 additions and 1 deletions

View File

@@ -19,4 +19,6 @@ Vue.use(VueClipboard);
Vue.use(VueAnalytics, { id: "UA-167213766-1" });
console.log("Hello 😎, If you like it star it on Github 🚀");
new Vue({ render: (h) => h(App), router }).$mount("#app");