Stanislav Lashmanov d0b9708620
fix(compat): simulate Vue 2.6.14 version in compat build (#5293)
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`.
2022-01-21 01:15:35 -05:00
2022-01-18 16:43:59 +08:00
2022-01-18 16:43:59 +08:00
2019-10-28 11:15:17 -04:00
2021-10-08 14:23:30 -04:00
2022-01-18 09:22:41 +08:00
2022-01-18 09:22:41 +08:00
2022-01-18 16:43:59 +08:00

vuejs/core npm build status

This is the repository for Vue 3.x.

Quickstart

  • Via CDN: <script src="https://unpkg.com/vue@next"></script>

  • Try in the browser on StackBlitz

  • Scaffold via create-vue:

    # npm
    npm init vue@latest
    # yarn
    yarn create vue
    

Changes from Vue 2

Please consult the Migration Guide.

Also note: Vue 3 does not support IE11 (RFC | Discussion).

Description
No description provided
Readme 21 MiB
Languages
TypeScript 97%
HTML 1.4%
JavaScript 1.1%
Vue 0.5%