yansern / vue-multipane

Resizable split panes for Vue.js.
https://yansern.github.io/vue-multipane/
Other
588 stars 125 forks source link

Incorrect import example #25

Open notchris opened 5 years ago

notchris commented 5 years ago

`import { Multipane, MultipaneResizer } from 'vue-multipane';

export default { // ... components: { MultiPane, MultiPaneResizer } }`

should be:

`import { Multipane, MultipaneResizer } from 'vue-multipane';

export default { // ... components: { Multipane, MultipaneResizer } }`

stanislavhannes commented 4 years ago

yep! It took me unfortunately a while