[Feature Request] Missing VLazy in lib.d.ts #9364
Labels
S: has PR
The issue has a pending Pull Request
T: bug
Functionality that does not work as intended/expected
typescript
Milestone
Problem to solve
VLazy is missing in /packages/vuetify/types/lib.d.ts.
When VLazy imported manully:
import Vuetify, { VLazy } from 'vuetify/lib'
then there's error:
Module '"vuetify/lib"' has no exported member 'VLazy'
Proposed solution
Add VLazy to lib.d.ts and may be export VLazy with $_vuetify_subcomponents
The text was updated successfully, but these errors were encountered: