1.1.0 • Published 4 years ago

osx-table v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

osx-table

vue 可编辑表格 实现 快速拖拽创建表格,集合众多右键功能,合并单元格,调整样式,对表格进行处理等

用例

  1. 在main.js中注册组件
import OSXTable from 'osx-table'
Vue.use(OSXTable)
<template>
  <div>
    <osx-table></osx-table>
  </div>
</template>
<script>
export default {

}
</script>
1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago