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
error in src/index.ts:3:11
TS7006: Parameter 'app' implicitly has an 'any' type.
15 |
16 | export default {
> 17 | install(app, ...options) {
| ^^^
And tsc says that vue-demi is located at /node_modules/.pnpm/vue-demi@0.14.6_@vue+composition-api@0.1.0_vue@3.2.13/node_modules/vue-demi/lib/index, but its own vue version is 3.2.13, not 2.7.16.
The text was updated successfully, but these errors were encountered:
A workspace project with Vue CLI 5, default vue verison is vue2.7.
Run
build:3
succeeded, runbuild:2
got compiler error TS7006.yarn workspace can pass build, but VSCode still shows errors.
pnpm: 8.6.2
nodejs: 16.20
And tsc says that
vue-demi
is located at/node_modules/.pnpm/vue-demi@0.14.6_@vue+composition-api@0.1.0_vue@3.2.13/node_modules/vue-demi/lib/index
, but its own vue version is 3.2.13, not 2.7.16.The text was updated successfully, but these errors were encountered: