alexjoverm / alexjoverm/v-runtime-template
Access to global components
Open
- Dominant language
- JavaScript
- Stars
- 601
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
I have this working in a Vuetify app, but in order to use any of the Vuetify components in the template I need to include them in the component I have that uses it:
```
import { VBtn, VCard, VCardActions, VCardTitle, VImg } from "vuetify/lib"
...
components: {
VBtn, VCard, VCardActions, VCardTitle, VImg, ...
```
This is pretty long winded (and there are a lot of them).
Is there a way to be able to access _all_ the global templates from the main Vue instance without referencing them explicitly here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.