在自定义表单中写一个菜单示例

比如:image.pngimage.png使用

const h = Vue.h

 useFun.setPropConfig('xxx', {

      render: () => {

        const h1 = h()

        return h(}, [h1])


      }

    })

这种方法或更方便的方法,但不要使用VUE


评论区

超级管理员 2025-05-10 09:13

用自定义控件

回复