Commit 57a7932b authored by 侯伟's avatar 侯伟

'更新代码'

parent 9769b407
......@@ -10,11 +10,13 @@ public
├─cy-form
├─cy-input
├─cy-select
├─select-input
├─double-select
├─cy-table
├─cy-upload
├─layout-form
├─layout-list
├─upload-image
└─search-item
└─preview
```
### Install
......@@ -34,6 +36,7 @@ npm install git+ssh://git@gitlab-ce.k8s.tools.vchangyi.com:32201/common/vue-tool
import Vue from "vue"
import Element from "element-ui"
import CyComponents from "crs-cy-components"
import "crs-cy-components/dist/components.css" // 单独引入样式
Vue.use(Element)
Vue.use(CyComponents)
......@@ -59,7 +62,7 @@ declare module "crs-cy-components";
```js
// 通过 git tag 管理组件库版本,如要升级组件库,请务必加版本号
current tag v1.0.1
current tag v1.0.18
2020/11/19 v1.0.0
```
{
"name": "cy-components",
"version": "v1.0.17",
"name": "crs-cy-components",
"version": "v1.0.18",
"description": "基于 element 的高阶组件",
"main": "dist/components.umd.min.js",
"keywords": ["cy-upload", "cy-table", "cy-form", "cy-input", "cy-form", "cy-cascader"],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment