ba78cf9e by 任超

style:btn组件的修改

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