比如:使用
const h = Vue.h
useFun.setPropConfig('xxx', {
render: () => {
const h1 = h()
return h(}, [h1])
}
})
这种方法或更方便的方法,但不要使用VUE
项目:JeeLowCode
比如:使用
const h = Vue.h
useFun.setPropConfig('xxx', {
render: () => {
const h1 = h()
return h(}, [h1])
}
})
这种方法或更方便的方法,但不要使用VUE
用自定义控件