d0b9708620
Some Vue plugins that are actually compatible with the `vue-compat` won't work because of the version check. Right now `vue-compat` returns 3x version for the legacy method of checking Vue version via `Vue.version`. This PR instends to simulate Vue 2 version in those instances and instead return a 2x-compatible version: `2.6.14-compat:3.x.x`. |
||
---|---|---|
.. | ||
compiler-core | ||
compiler-dom | ||
compiler-sfc | ||
compiler-ssr | ||
reactivity | ||
reactivity-transform | ||
runtime-core | ||
runtime-dom | ||
runtime-test | ||
server-renderer | ||
sfc-playground | ||
shared | ||
size-check | ||
template-explorer | ||
vue | ||
vue-compat | ||
global.d.ts |