| | |
| | | /* |
| | | * @Author: husq 931347610@qq.com |
| | | * @Date: 2023-09-13 18:21:07 |
| | | * @LastEditors: husq 931347610@qq.com |
| | | * @LastEditTime: 2023-09-25 15:54:31 |
| | | * @FilePath: \Cloud-API-Demo-Web\src\main.ts |
| | | * @Description: |
| | | * |
| | | * Copyright (c) 2023 by ${git_name_email}, All Rights Reserved. |
| | | */ |
| | | import App from './App.vue' |
| | | import router from './router' |
| | | import { antComponents } from './antd' |
| | |
| | | import 'virtual:svg-icons-register' |
| | | import store, { storeKey } from './store' |
| | | import { createInstance } from '/@/root' |
| | | import './permission' |
| | | import '/@/styles/index.scss' |
| | | const app = createInstance(App) // 引入css |
| | | app.use(store, storeKey) |