1.1.0 • Published 6 years ago

osx-table v1.1.0

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

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago