When vue component is used directly inside the html (not in single file vue component template), we need to take care of certain things
- Don't use self closing tag for the component
- convert all camel case to kebab case for component name and all the props (custom attributes)
There were…
Top comments (0)