added initial files vue

This commit is contained in:
Kostya
2023-11-12 21:39:22 +03:00
parent d7cc217979
commit 2771f216da
15 changed files with 11970 additions and 0 deletions

4
luckydiamond/src/main.js Normal file
View File

@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import App from './App.vue'
createApp(App).mount('#app')