Skip to content
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 can't use kabab case #706

Open
neozo opened this issue Oct 10, 2023 · 1 comment
Open

custom component can't use kabab case #706

neozo opened this issue Oct 10, 2023 · 1 comment

Comments

@neozo
Copy link

neozo commented Oct 10, 2023

custom component can't use kabab case , capital case is work fine.

<HelloWorld> work fine
<hello-world> some error

Any options can resovle the problem?

@neozo
Copy link
Author

neozo commented Oct 11, 2023

the problem resovled, component ref use the same name with the component will make some error, but why??
<hello-world ref="helloWorldRef"> well done
<hello-world ref="helloWorld"> error

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant