This commit is contained in:
syuilo 2018-06-14 09:51:55 +09:00
parent 8814fc9c9c
commit 3a4833818f
5 changed files with 109 additions and 112 deletions

View file

@ -1,6 +1,6 @@
<template>
<div class="ui-button">
<button>
<button :type="type">
<slot></slot>
</button>
</div>
@ -25,6 +25,7 @@ export default Vue.extend({
> button
display block
width 100%
margin 32px 0 16px 0
padding 0
color $theme-color-foreground
font-weight bold