mirror of
https://github.com/silenty4ng/k5web
synced 2025-04-19 08:39:56 +00:00
update
This commit is contained in:
parent
1e1845b6f2
commit
5de81ff437
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
import { createApp } from 'vue';
|
||||
import ArcoVue from '@arco-design/web-vue';
|
||||
import ArcoVueIcon from '@arco-design/web-vue/es/icon';
|
||||
import TDesign from 'tdesign-vue-next';
|
||||
import globalComponents from '@/components';
|
||||
import router from './router';
|
||||
import store from './store';
|
||||
|
@ -13,11 +14,13 @@ import App from './App.vue';
|
|||
// https://arco.design/docs/designlab/use-theme-package
|
||||
import '@/assets/style/global.less';
|
||||
import '@/api/interceptor';
|
||||
import 'tdesign-vue-next/es/style/index.css';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
app.use(ArcoVue, {});
|
||||
app.use(ArcoVueIcon);
|
||||
app.use(TDesign);
|
||||
|
||||
app.use(router);
|
||||
app.use(store);
|
||||
|
|
Loading…
Add table
Reference in a new issue