🎉 initial commit

This commit is contained in:
2021-02-20 18:43:02 +01:00
parent 7c2154ad02
commit 4ca10e1db4
14 changed files with 300 additions and 0 deletions

6
src/main.js Normal file
View File

@@ -0,0 +1,6 @@
import { createApp } from 'vue';
import App from './App.vue';
import 'windi.css';
import 'toastify-js/src/toastify.css';
createApp(App).mount('#app');