fix: lint

This commit is contained in:
xingyu4j
2025-11-27 13:55:12 +08:00
parent a976ca88f6
commit 7fea95adff
14 changed files with 30 additions and 21 deletions

View File

@@ -135,8 +135,8 @@ function handleDeviceChange(_: any) {
/**
* 处理属性变化事件
* @param propertyInfo.config 属性配置
* @param propertyInfo.type 属性类型
* @param propertyInfo.config - 属性配置
* @param propertyInfo.type - 属性类型
*/
function handlePropertyChange(propertyInfo: { config: any; type: string }) {
propertyType.value = propertyInfo.type;

View File

@@ -50,8 +50,8 @@ interface JsonParamsConfig {
interface Props {
modelValue: string;
config: JsonParamsConfig;
type: JsonParamsInputType;
placeholder: string;
type?: JsonParamsInputType;
placeholder?: string;
}
interface Emits {