docs
docs copied to clipboard
Suggestion for additional details in creating global components
I just found out that there's a doc for creating global components: Automatic Global Registration of Base Components.
This section of the documentation is not generally reached in my opinion because even I didn't find this before around the guide that's why I created an article on how to create one for Vue 3 and it was mostly inspired by how it is being done in Vue 2.
You might consider how I did it in my article and include it in Cookbook section. I think the only difference is that it is not being implemented in main.ts
file so it will not be bloated.
Here's the link in my article: How to register global components in Vue 3 dynamically?