element-ui-dlc

0.1.1 • Public • Published

element-ui-dlc

一个集成了 Element-Ui 插件的补充UI组件,它作为 Element-Ui 的补充内容;你可以像 Element-Ui 一样使用它

Downloads Version License

En

文档

ElementUI文档 :https://element.eleme.cn/#/zh-CN/

补充文档 :https://lixianbin1.github.io/element-ui-dlc/

安装

yarn add element-ui-dlc  # npm install element-ui-dlc

使用

import Vue from 'vue';
import ElementUiDLC from 'element-ui-dlc';
Vue.use(ElementUiDLC)
<template>
  <div id="app">
    <el-button round>取 消</el-button>
  </div>
<template>

Package Sidebar

Install

npm i element-ui-dlc

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

6 kB

Total Files

5

Last publish

Collaborators

  • lixianbin1