0.5.1 • Published 2 years ago

@preflower/element v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Easy Element

easy-element 是基于 Element-UI 再封装的 JSON 化组件库,用来解决 Element-UI 部分组件经常性的重复劳动问题

开始使用

安装

npm i @preflower/element element-ui -S

完整引入

import Vue from 'vue'
import EasyElement from '@preflower/element'

Vue.use(EasyElement)

按需引入

import Vue from 'vue'
import { Table } from '@preflower/element'

Vue.component('i-table', Table)
0.5.0

2 years ago

0.4.1

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.3.0

3 years ago

0.4.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago