-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
外部传入自定义组件 #46
Comments
改变组件内部属性是通过props实现的,只需要在创建自定义组件的时候定义好props,配置文件也对应上相关属性就好 |
创建的自定义组件如何集成到插件里呢? 比如我本地写了一个组件 需要集成到插件 在左侧图例板上可以使用 能实现吗? |
这个是绑定element的tag 如果我本地写了一个div组件 我想使用这个div组件 这个div组件里我自己定义props 然后在 custom-toolbar中的方法注册 可以实现吗? |
都一样,你把el-button改成你的组件名就行了 |
将我自己封装的组件引入到编辑页面将配置list中的name替换成我的组件名称 然后props根据我自己所需要的传参来写props就可以了是这个意思吗? |
感谢开源贡献者您们提供的开源项目,谢谢您们的解答,谢谢贡献者您们的付出! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问集成了开源的插件后下载到项目中 想重新编写vue自定义组件,如何像已有的文字组件那样可以更改其中的内容
The text was updated successfully, but these errors were encountered: