0.0.7-alpha.3 • Published 10 months ago

common-ui-zh v0.0.7-alpha.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

common-ui-zh

A Component library based on Element-UI

Install

npm install common-ui-zh -S

Quick Start

import Vue from 'vue'
import CommonUi from 'common-ui-zh'

Vue.use(CommonUi)

// or
import {
  LazySelect,
  // ...
} from 'common-ui-zh'

Vue.component(LazySelect.name, LazySelect)

Component

{
  "CommonDialog": "@/Component/CommonDialog/index.vue",
  "LazySelect": "@/Component/LazySelect/index.vue",
  "TreeDialog": "@/Component/TreeDialog/index.vue",
  "TransferTree": "@/Component/TransferTree/index.vue"
}

Method

{
  "createCommonDialog": "@/Util/commonConfirm.js",
  "createCommonPrint": "@/Util/commonPrint.js",
  "createCommonTreeDialog": "@/Util/commonTreeDialog.js",
  "commonMerge": "@/Util/commonMethods.js",
  "setNodeKey": "@/Util/commonMethods.js"
}
0.0.7-alpha.3

10 months ago

0.0.7-alpha.2

2 years ago

0.0.7-beta.2

2 years ago

0.0.7-beta.1

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago