Closed andrewspy closed 5 years ago
Just want to share that I managed to workaround the problem by encapsulating <v-runtime-template>
inside another component (which I named it as <v-runtime-shell>
), and use <v-runtime-shell>
instead.
I think for v-card
to work, it needs to be registered globally, which is mentioned in https://vuetifyjs.com/en/customization/a-la-carte
Closing the issue. Thanks!
Just want to share that I managed to workaround the problem by encapsulating
<v-runtime-template>
inside another component (which I named it as<v-runtime-shell>
), and use<v-runtime-shell>
instead.
@andrewspy I have the same problem by using v-card or v-dialog, can you publish a detail solution. By the way, I have already register vuetify globally.
I am having problem using v-runtime-template with vuetify, and have make a minimal vuetify demo code as below:
The error given by the console is as follow:
If I remove the
<v-card>
tag, everything will work as expected. I have no clue what is happening and hope if someone can shed some light.Thanks!