wip
This commit is contained in:
parent
8814fc9c9c
commit
3a4833818f
5 changed files with 109 additions and 112 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue