1.0.1 • Published 5 years ago

@leop/ddui v1.0.1

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

数据驱动 UI (data-driving)

对 element-ui 的封装

使用

引入包

npm

import ddui from "your/path/@leop/ddui"
Vue.use(ddui)

script标签引入

<script src="your/path/ddui.umd.js"></script>
<script>
  Vue.use(window.ddui)
<script/>

在组件中使用

<template>
  <dd-form :config="config" v-model="formModel"><dd-form>
</template>

详细使用请查看文档和例子