mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 08:36:19 +08:00
fix: fix antdv console warning
This commit is contained in:
@@ -51,12 +51,7 @@ export default function ({
|
||||
const debounceUpdateAdvanced = useDebounceFn(updateAdvanced, 30);
|
||||
|
||||
watch(
|
||||
[
|
||||
// TODO
|
||||
// () => unref(getSchema),
|
||||
() => advanceState.isAdvanced,
|
||||
() => unref(realWidthRef),
|
||||
],
|
||||
[() => unref(getSchema), () => advanceState.isAdvanced, () => unref(realWidthRef)],
|
||||
() => {
|
||||
const { showAdvancedButton } = unref(getProps);
|
||||
if (showAdvancedButton) {
|
||||
|
Reference in New Issue
Block a user