Update button.vue
This commit is contained in:
parent
65f915c660
commit
3ac9a3b629
1 changed files with 17 additions and 0 deletions
|
@ -251,6 +251,23 @@
|
||||||
<Button icon="logo-googleplus"></Button>
|
<Button icon="logo-googleplus"></Button>
|
||||||
<Button icon="logo-tumblr"></Button>
|
<Button icon="logo-tumblr"></Button>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
|
<br><br>
|
||||||
|
<Button>
|
||||||
|
<Icon type="md-alert" />
|
||||||
|
左右图标
|
||||||
|
<Icon type="ios-aperture" />
|
||||||
|
</Button>
|
||||||
|
<Button>
|
||||||
|
左右图标
|
||||||
|
<Icon type="ios-aperture" />
|
||||||
|
</Button>
|
||||||
|
<Button>
|
||||||
|
<Icon type="md-alert" />
|
||||||
|
左右图标
|
||||||
|
</Button>
|
||||||
|
<Button icon="md-alert">
|
||||||
|
左右图标
|
||||||
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Add table
Reference in a new issue