#I need to import from a library in order to showcase a problem - is this possible in playground?
1 messages · Page 1 of 1 (latest)
yes, it's possible
you just need to import something (or nothing) from "vuetify"
since there is no "vuetify/components" package
evrything comes from "vuetify"
Preview:ts import {} from "vuetify" import {VTextField} from "vuetify/components"
You can choose specific lines to embed by selecting them before copying the link.
Yeah I tried that
Preview:ts import {} from "vuetify" import {VTextField} from "vuetify/lib/components"
You can choose specific lines to embed by selecting them before copying the link.
I think this is because Vuetify version is 3.1.0