This repository has been archived by the owner on Mar 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 176
外部传入自定义组件 #46
Comments
改变组件内部属性是通过props实现的,只需要在创建自定义组件的时候定义好props,配置文件也对应上相关属性就好 |
创建的自定义组件如何集成到插件里呢? 比如我本地写了一个组件 需要集成到插件 在左侧图例板上可以使用 能实现吗? |
这个是绑定element的tag 如果我本地写了一个div组件 我想使用这个div组件 这个div组件里我自己定义props 然后在 custom-toolbar中的方法注册 可以实现吗? |
都一样,你把el-button改成你的组件名就行了 |
将我自己封装的组件引入到编辑页面将配置list中的name替换成我的组件名称 然后props根据我自己所需要的传参来写props就可以了是这个意思吗? |
感谢开源贡献者您们提供的开源项目,谢谢您们的解答,谢谢贡献者您们的付出! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
请问集成了开源的插件后下载到项目中 想重新编写vue自定义组件,如何像已有的文字组件那样可以更改其中的内容
The text was updated successfully, but these errors were encountered: