添加用户和仓库配置文件

This commit is contained in:
qingfeng1121
2025-09-24 17:33:09 +08:00
parent b1ac9b9c08
commit ade67e4411
6 changed files with 426 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
import { createApp } from 'vue'
import App from './App.vue'
import Router from './router/Router'
import './assets/index.css'
const app = createApp(App)
app.use(Router)