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
Hi,
I just create a new project with npm create vite@latest and tried to test Volar with Vue 3 for the first time. However, seems like there's something wrong, or I may have done something incorrect.
I have changed the initial Composition API to Options API and created some component and store states. After that, I have these errors
The only thing that doesn't get affected is the setVisibility action.
My personal opinion is that, this workaround doesn't break anything on my end and I don't have to tell my colleagues to revert it back to an older version.
It may look like a costly solution, but it actually wasn't.
Hi,
I just create a new project with
npm create vite@latest
and tried to test Volar with Vue 3 for the first time. However, seems like there's something wrong, or I may have done something incorrect.I have changed the initial Composition API to Options API and created some component and store states. After that, I have these errors

The only thing that doesn't get affected is the
setVisibility
action.I'm not sure if this related to Pinia either.
Here's the MRE repo https://github.com/seahindeniz/volar-vue-js-issue
Version: 1.70.0-insider
Commit: 1cd90cceddf3c413673963ab6f154d2ff294b17c
Date: 2022-07-15T05:32:19.076Z
Electron: 18.3.5
Chromium: 100.0.4896.160
Node.js: 16.13.2
V8: 10.0.139.17-electron.0
OS: Darwin arm64 21.5.0
The text was updated successfully, but these errors were encountered: