mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
chore: 更新eslint相关依赖并作兼容处理
This commit is contained in:
@@ -3,7 +3,7 @@ import { useVModel } from "@vueuse/core";
|
||||
|
||||
// 声明 props 类型
|
||||
export interface FormProps {
|
||||
data: string;
|
||||
data?: string;
|
||||
}
|
||||
|
||||
// 声明 props 默认值
|
||||
|
||||
Reference in New Issue
Block a user