fix: Load VueJS before custom js

pull/15/head
Karan Sharma 2021-03-02 19:39:35 +05:30
parent e8a7fc720e
commit 12c5b0b278
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,7 @@
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
</head>
<style>
@ -198,6 +199,5 @@
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.12"></script>
<script src="assets/main.js"> </script>
</body>