登录 注册
当前位置:主页 > 资源下载 > 40 > vue-split-pane:使用Vue.js的可调拆分窗格下载

vue-split-pane:使用Vue.js的可调拆分窗格下载

  • 更新:2024-12-06 10:59:38
  • 大小:142KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Vue分割窗格 使用Vue.js的可调拆分窗格 安装 # yarn (recommend) $ yarn add vue-split-pane # npm $ npm install vue-split-pane --save 用法 CDN < script src =" https://unpkg.com/vue-split-pane " > </ script > .vue文件 < template> < div xss=removed> < VueSplitPane> < section xss=removed>Left Pane < section xss=removed>Right Pane <