【修复】api部分参数错误

This commit is contained in:
chudong
2025-05-19 11:40:06 +08:00
parent 15c75521da
commit 37d19aceb4
65 changed files with 75 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
import { defineComponent } from 'vue'
import { defineComponent, watch } from 'vue'
import {
NConfigProvider,
NDialogProvider,
@@ -21,6 +21,14 @@ export default defineComponent({
const { theme, themeOverrides } = useTheme() // 主题
console.log(theme.value, themeOverrides.value)
watch(
() => themeOverrides.value,
(newVal) => {
console.log('1111', newVal)
},
)
// 国际化配置
return () => (
<NConfigProvider