Thunberg087 / vue-fragment

a very candide fragment component for Vue.js
http://jsfiddle.net/cdkn5wL3/
670 stars 51 forks source link

Uncaught TypeError: Cannot read property 'install' of undefined #52

Open gvanto opened 3 years ago

gvanto commented 3 years ago

Getting this error when using: vue 2.6.12 vue-fragment: 1.5.1

and (from readme):

import Fragment from 'vue-fragment';
Vue.use(Fragment.plugin);

image

unematiii commented 3 years ago

Its supposed to be Vue.use(Fragment.Plugin).

gvanto commented 3 years ago

@unematiii that's what I used (and is causing the problem)

unematiii commented 3 years ago

It just in the issue you have the Fragment.plugin instead of Fragment.Plugin.