I use vue 3 and vuetify 3. When i try to import components with subcomponents likes VTreeView and VTreeviewNode i get an error: "The requested module '' does not provide an export named 'VTreeview'"
import { VCard } from 'vuetify/components/VCard' // vcard has no sub component its ok, no error
import { VTreeview, VTreeviewNode } from 'vuetify/components' // error
import { VTimePicker } from 'vuetify/components' // error
While a component without a subcomponent like Vcard can be easily imported, however i could not import the Treeview component which has subcomponent like Treeview Node.
We can just use the unfinished components in an alpha state. Labs components
They said that
"Components available through Labs are considered NOT production ready and only to be used for testing purposes. Breaking changes will be introduced in patch releases and no support will be provided"