lwx-test-ui
Version:
lwx-test-ui
48 lines (47 loc) • 645 B
JavaScript
const l = {
modelValue: {
type: String,
default: ""
},
/**
* 字典编码
*/
code: {
type: String
},
disabled: {
type: Boolean,
default: !1
},
clearable: {
type: Boolean,
default: !0
},
placeholder: {
type: String,
default: ""
},
filterable: {
type: Boolean,
default: !0
},
multiple: {
type: Boolean,
default: !1
},
url: {
type: String,
default: "/dictionary/dictionary/"
},
isNumber: {
type: Boolean,
default: !1
}
}, t = {
"update:modelValue": (e) => e,
resultCallback: (e) => e
};
export {
t as dicEmits,
l as dicProps
};