We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f80cd7 commit bde0b12Copy full SHA for bde0b12
lib/v2/index.mjs
@@ -4,7 +4,7 @@ import VueCompositionAPI from '@vue/composition-api/dist/vue-composition-api.mjs
4
function install(_vue) {
5
_vue = _vue || Vue
6
if (_vue && !_vue['__composition_api_installed__'])
7
- Vue.use(VueCompositionAPI)
+ _vue.use(VueCompositionAPI)
8
}
9
10
install(Vue)
0 commit comments