ba78cf9e by 任超

style:btn组件的修改

1 parent 9491b6d8
<template>
<button class="button" :class="nativeType" @click="handleClick" :type="nativeType">
<button class="button" :class="nativeType" @click.prevent="handleClick" :type="nativeType">
<slot></slot>
</button>
</template>
......