0.1.0 • Published 2 years ago

@meoc/comp v0.1.0

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

@meoc/comp

  • 基于 element-ui form二次封装
  • 基于 vxe-table table二次封装

前置条件

  1. element-ui
npm i element-ui
// main.js
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';

Vue.use(ElementUI);
  1. vxe-table
npm install xe-utils vxe-table@legacy
import VXETable from 'vxe-table'
import 'vxe-table/lib/style.css'

Vue.use(VXETable)

安装

npm i @meoc/comp
  • main.js
import LComp from '@meoc/comp'

Vue.use(LComp)
0.1.0

2 years ago

0.0.20

2 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

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