alexjoverm / alexjoverm/v-runtime-template

Access to global components

Abierto
#43 1 comentario 3 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
601
Forks
71
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.