1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00
This commit is contained in:
2023-04-26 02:14:22 +08:00
commit 6aa8ab250d
26 changed files with 3185 additions and 0 deletions

5
ui/src/main.ts Normal file
View File

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