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
fix: relax the vue peer dependency version requirement
1. to avoid pnpm peer dependency errors;
2. the vue version doesn't actually matter with regard to this package's
ability - the compilation would work regardless of the Vue version, it's
just the compiled code won't work in Vue 3 runtime.
0 commit comments