-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unknown custom element: <custom-actions> - did you register the component correctly? #97
Comments
i found my mistake Vue.component('custom-actions', CustomActionsComponent); insted
my final code is
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi
im using vuejs with type script syntax (not the default vuejs syntax)
base on the documentaion i used some code in order to use __component:customAaction example
but i recieved the below error
"Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option found in
"
i put my codes here.please tell me my mistake!
`
The text was updated successfully, but these errors were encountered: