-
-
Notifications
You must be signed in to change notification settings - Fork 652
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
Custom component inside control component: 'Failed` to resolve component: custom-icon' #689
Comments
|
I have it in main.js:
CustomLibrary includes custom-icon. Or I have to registry custom-icon apart? |
These are two different Vue.js instances ( |
I hope this helps Unfortunately, the official documentation for configuring Vue isn't ready yet, but this feature is already available |
Thanks, we'll see |
I made a custom control. This control component has custom-button component with icon from our UI library inside custom-button:
Control was been rendered and he hasn't the icon: I have the error.
Error:
How to resolve this problem?
p.s. I had the same with rete v1, but I solved it. And now I don't know what I have to do
upd: I found the project with rete v1 and we used a custom-button with inside but not custom-icon component from UI library
The text was updated successfully, but these errors were encountered: