mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-14 04:10:53 +08:00
chore: update package.json and app.vue imports, and ensure global styles are included
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script lang="ts" setup>
|
||||
import type { GlobalConfigProvider } from 'tdesign-vue-next';
|
||||
import { ConfigProvider } from 'tdesign-vue-next';
|
||||
|
||||
import { onMounted } from 'vue';
|
||||
|
||||
import { usePreferences } from '@vben/preferences';
|
||||
|
||||
import { merge } from 'es-toolkit/compat';
|
||||
import { ConfigProvider } from 'tdesign-vue-next';
|
||||
import zhConfig from 'tdesign-vue-next/es/locale/zh_CN';
|
||||
|
||||
defineOptions({ name: 'App' });
|
||||
|
||||
Reference in New Issue
Block a user