mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 集成naiveUI主题配置,将css vars添加至html
This commit is contained in:
@ -4,10 +4,6 @@ import { setupRouter } from '@/router';
|
||||
import { setupStore } from '@/store';
|
||||
import App from './App.vue';
|
||||
|
||||
function setupPlugins() {
|
||||
setupAssets();
|
||||
}
|
||||
|
||||
async function setupApp() {
|
||||
const app = createApp(App);
|
||||
|
||||
@ -21,5 +17,6 @@ async function setupApp() {
|
||||
app.mount('#app');
|
||||
}
|
||||
|
||||
setupPlugins();
|
||||
setupAssets();
|
||||
|
||||
setupApp();
|
||||
|
Reference in New Issue
Block a user