h-json-table
v1.0.2
Published
Based on elementUI, Vue. Json quickly generate HTML table tool
Downloads
1
Maintainers
Readme
安装使用
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"即可