二次封装 ElButton ,支持修改主题色
ElButton
BaseButton 组件位于 src/components/Button 内
BaseButton 已经全局引入,无需在手动引入
<template> <BaseButton type="primary"> Add </BaseButton> </template>
支持 ElButton 的所有属性