chore: 重构项目结构
This commit is contained in:
8
cwd-admin/src/main.ts
Normal file
8
cwd-admin/src/main.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { createApp } from 'vue';
|
||||
import App from './App.vue';
|
||||
import { router } from './router';
|
||||
|
||||
const app = createApp(App);
|
||||
app.use(router);
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user