1.0.3 • Published 3 years ago

cg-iot v1.0.3

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

cg-web-ui

基于ElementUI二次封装的视图UI组件

DEMO 演示

安装

$ npm install cg-web-ui -save

使用

main.js 文件中引入插件并注册

# main.js
import cgUI from 'cg-web-ui'
Vue.use(cgUI)

在项目中使用 cgUI(以input为栗子)

<template>
  <cg-input />
</template>

特点

  1. 简单易用,UI进一步优化elementUI组件
  2. 提供以 npm 的形式安装提供全局组件
  3. 在支持 html5 inputtype='color' 的浏览器

选项

事件