We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-beta.14
https://github.com/znck/vue-developer-experience
git clone https://github.com/znck/vue-developer-experience.git pnpm install pnpm run build packages/@vuedx/typecheck/bin/typecheck.js examples/simple/
no error
Error :: Module '"./node_modules/vue/dist/vue"' has no exported member 'toDisplayString'. (code 2305)
Please add export {toDisplayString} from '@vue/shared' in vue.d.ts
export {toDisplayString} from '@vue/shared'
vue.d.ts
related issue: vuedx/languagetools#13
The text was updated successfully, but these errors were encountered:
e4dc03a
@yyx990803 When will 3.0.0-beta.15 released?
Sorry, something went wrong.
No branches or pull requests
Version
3.0.0-beta.14
Reproduction link
https://github.com/znck/vue-developer-experience
Steps to reproduce
git clone https://github.com/znck/vue-developer-experience.git
pnpm install
pnpm run build
packages/@vuedx/typecheck/bin/typecheck.js examples/simple/
What is expected?
no error
What is actually happening?
Error :: Module '"./node_modules/vue/dist/vue"' has no exported member 'toDisplayString'. (code 2305)
Please add
export {toDisplayString} from '@vue/shared'
invue.d.ts
related issue: vuedx/languagetools#13
The text was updated successfully, but these errors were encountered: