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
This PR was merged into the main branch.
Discussion
----------
Add vue 2.7 feature
https://blog.vuejs.org/posts/vue-2-7-naruto.html
With `vue 2.7` released, so i try to upgrade my app to `vue 2.7`.
and followed the upgrade guide, after I removed the package `vue-template-compiler`
> Upgrade vue to ^2.7.0. You can also remove vue-template-compiler from the dependencies - it is no longer needed in 2.7.
it shows me the error
```
Error: Install vue-template-compiler to use enableVueLoader( )
yarn add vue-template-compiler --dev
```
so add a special feature named `vue2.7`
Commits
-------
ab2c368 Add vue 2.7 feature
0 commit comments