wuxibocomponents

``` html <template> <Integration :data="modelConf" :fieldConfig="fieldConfig" @batchList="batchFn" > </Integration> </template> ```

Usage no npm install needed!

<script type="module">
  import wuxibocomponents from 'https://cdn.skypack.dev/wuxibocomponents';
</script>

README

这是一个后台管理快速开发模块的依赖包

使用示范

<template>
  <Integration
    :data="modelConf"
    :fieldConfig="fieldConfig"
    @batchList="batchFn"
  >
  </Integration>
</template>
import { Integration } from "wuxibocomponents";
import "wuxibocomponents/lib/wuxibocomponents.css"; 
export default {
  components: { Integration }
}

详情请点击查看源码

技术栈

@vue/cli + element-ui

支持

/* 按钮区: 新增,导出,导入,批量。支持扩展。
 * 搜索区: 输入框,下拉(多、单选),搜索
 * 列表区: 常规字段,图片,标签(带颜色,单标签,多标签)
 * 新增&编辑区: 输入框,下拉(多、单选),上传图片
 */
Integration // 详细使用方法,请参考上面完整代码。