0.1.1 • Published 3 years ago

element-ui-dlc v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

element-ui-dlc

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

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>