You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
When i executed rollup -c i have this error :
[!] (plugin rpt2) Error: C:/Users/gleneindre/Documents/Projets/test/test-lib/src/App.vue?rollup-plugin-vue=script.ts(16,40): semantic error TS2339: Property 'print' does not exist on type 'Vue'.
Version
5.0.0
Reproduction link
https://github.com/gwen1230/test-lib
Steps to reproduce
Run : yarn build
What is expected?
Correctly build App.vue
What is actually happening?
When i executed rollup -c i have this error :
[!] (plugin rpt2) Error: C:/Users/gleneindre/Documents/Projets/test/test-lib/src/App.vue?rollup-plugin-vue=script.ts(16,40): semantic error TS2339: Property 'print' does not exist on type 'Vue'.
I think it's because i have this shim-vue.d.ts :
So I don't know how to build a project like this without cast components to any...
The text was updated successfully, but these errors were encountered: