1.0.6 • Published 4 years ago

ww-element v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

下载

npm install ww-element

快速开始

完整引入

在 main.js 中写入以下内容:

import WwElement from 'ww-element/components/index';
Vue.use(WwElement);

以上代码便完成了 WwElement 的引入。

按需引入

import wwForm from './packages/ww-form/index'
...

Vue.use(wwForm)
...

浏览器支持

现代浏览器和Internet Explorer 10+。

Keywords

vue element element二次封装

1.0.6

4 years ago

1.0.5

4 years ago

1.0.0

4 years ago

1.0.4

4 years ago