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

@ -22,7 +22,7 @@
<p class="mt-8 text-gray-700 text-center">
Headers components require simple <span class="font-semibold">- don't panic please 😎 -</span>
<a href="https://gist.github.com/Miaababikir/052e31b345781c0f73180b80a285781b" target="_blank" class="text-blue-600 hover:underline">configuration</a>
<a href="https://gist.github.com/Miaababikir/052e31b345781c0f73180b80a285781b" target="_blank" class="text-blue-600 hover:underline"> configuration</a>
</p>
</div>

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");