BaseButton 按钮组件

二次封装 ElButton ,支持修改主题色

BaseButton 组件位于 src/components/Button

BaseButton 已经全局引入,无需在手动引入

基本用法

<template>
  <BaseButton type="primary"> Add </BaseButton>
</template>

BaseButton 属性

支持 ElButton 的所有属性