Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Missing VLazy in lib.d.ts #9364

Closed
aleksanderzubkov opened this issue Oct 15, 2019 · 0 comments · Fixed by #9652, socialsoftware/quizzes-tutor#52, socialsoftware/quizzes-tutor#55 or drakeg/vue_learn#9
Assignees
Labels
S: has PR The issue has a pending Pull Request T: bug Functionality that does not work as intended/expected typescript
Milestone

Comments

@aleksanderzubkov
Copy link

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

@ghost ghost added the S: triage label Oct 15, 2019
@jacekkarczmarczyk jacekkarczmarczyk added T: bug Functionality that does not work as intended/expected typescript S: has PR The issue has a pending Pull Request and removed S: triage labels Nov 11, 2019
KaelWD pushed a commit that referenced this issue Nov 11, 2019
* fix(typescript): missing VLazy declaration

fixes #9364

* fix(typescript): missing VSKeletonLoader declaration
@KaelWD KaelWD added this to the v2.1.x milestone Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment