1.1.0 • Published 5 years ago

osx-table v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago