This commit is contained in:
lzp
2026-03-02 13:51:14 +08:00
parent d49c00376d
commit 13e3e5dcc5
8 changed files with 62 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
// 定义要忽略的警告关键词列表
const ignoredWarnings = [
'`markRaw` or using `shallowRef` instead of `ref`',
// '`markRaw` or using `shallowRef` instead of `ref`',
]
/** 忽略组件响应式警告 */