npm install vue3-splitpaneSplit-Pane component built with vue3.0 + typescript, can be split vertically or horizontally.
##
bash
npm i vue3-splitpane#import
import splitPane from 'vue3-splitpane'
use as global component
Vue.component('split-pane', splitPane);
`$3
`html
//vue3.0:
1
2
``html
//nesting
A
B
C
``