fix: lint
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -50,8 +50,8 @@ interface JsonParamsConfig {
|
||||
interface Props {
|
||||
modelValue: string;
|
||||
config: JsonParamsConfig;
|
||||
type: JsonParamsInputType;
|
||||
placeholder: string;
|
||||
type?: JsonParamsInputType;
|
||||
placeholder?: string;
|
||||
}
|
||||
|
||||
interface Emits {
|
||||
|
||||
Reference in New Issue
Block a user