0.1.0 • Published 7 months ago

@meoc/comp v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months 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

7 months ago

0.0.20

1 year ago

0.0.17

2 years ago

0.0.18

1 year ago

0.0.19

1 year ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago