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
ไม่สามารถ build ผ่านได้เมื่อ upgrade เป็น Vue 2.5 พบกับ error
Default export of the module has or is using private name 'VueConstructor'
เป็นปัญหาที่เกิดจาก compilerOptions -> declaration: true ใน tsconfig.json
compilerOptions
declaration: true
tsconfig.json
ใน forum: https://forum.vuejs.org/t/default-export-of-the-module-has-or-is-using-private-name-vueconstructor/19624
Repo ที่ใช้ repro ปัญหานี้: gluons/vue-typescript-export-issue
รายงานปัญหาแล้วที่ vuejs/vue#6999
The text was updated successfully, but these errors were encountered:
Temporarily fix by 6ad0629
Sorry, something went wrong.
Update: Waiting for vuejs/vue#7002 to be released. 🙌
Vue v2.5.4 released. 🎉
I'm going to upgrade.
👽 Fix #5
d4a97f7
I've opened a request to fix this in TypeScript. microsoft/TypeScript#35822
gluons
No branches or pull requests
ไม่สามารถ build ผ่านได้เมื่อ upgrade เป็น Vue 2.5
พบกับ error
เป็นปัญหาที่เกิดจาก
compilerOptions
->declaration: true
ในtsconfig.json
ใน forum: https://forum.vuejs.org/t/default-export-of-the-module-has-or-is-using-private-name-vueconstructor/19624
Repo ที่ใช้ repro ปัญหานี้: gluons/vue-typescript-export-issue
รายงานปัญหาแล้วที่ vuejs/vue#6999
The text was updated successfully, but these errors were encountered: