alexjoverm / alexjoverm/v-runtime-template
Access to global components
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 601
- Fork
- 71
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.