#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)

dreamy wind
#

Just trying to do import { VTextField } from "vuetify/components"; so that I can ask a question but need this component from the library.

daring imp
#

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"

shut folioBOT
#
Ascor8522#7606

Preview:ts import {} from "vuetify" import {VTextField} from "vuetify/components"

daring imp
#

also note it's not "vuetify/components" but "vuetify/lib/components"

#

@dreamy wind

dreamy wind
#

Yeah I tried that

shut folioBOT
#
Ascor8522#7606

Preview:ts import {} from "vuetify" import {VTextField} from "vuetify/lib/components"

dreamy wind
#

I think this is because Vuetify version is 3.1.0