1.0.2 • Published 2 years ago

h-json-table v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装使用

Vue项目可用,使用插件需要提前安装Vue.js

npm i h-json-table

在当前页面写入

import hTable from 'h-json-table' components: { hTable }

HTML

<h-table :tableJsonColumn=表格json :tableData=表格数据 />

文档

文档地址

说明

快速生成界面辅助插件,搭配设计器使用。 如出现“‘xxxxx‘ is defined but never used”,在package.json或者.eslintrc.js中找到 eslintConfig 块,在其rules下加入"no-unused-vars": "off"即可

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago