alexjoverm / alexjoverm/v-runtime-template

Access to global components

オープン
#43 コメント 1 件 リアクション 3 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
601
フォーク
71
PR マージ指標
30日以内にマージされた PR はありません

説明

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.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。