Question: Is it possible to load one element module into one dedicated nuxt component?
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
I cannot find information on it:
Is it possible to load one element module, for example the collapse, into one nuxt component?
So the module only gets loaded if this nuxt component is loaded?
And only there the style and logic is added?
The problem with Vue.use(...) is that it pollutes the global space, and I only want it on one dedicated page.
Thanks for any hints.
F
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.