hero

element-ui-dlc

一个集成了 Element-Ui 插件的补充UI组件

快速上手 →

# 简单使用

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>