Button add 4 new type
Button add 4 new type
This commit is contained in:
parent
9084eb1872
commit
b88f42eb62
5 changed files with 34 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
<template>
|
||||
<h4>基本</h4>
|
||||
<br><br>
|
||||
<i-button type="success">按钮</i-button>
|
||||
<i-button type="warning">按钮</i-button>
|
||||
<i-button type="error">按钮</i-button>
|
||||
<i-button type="info">按钮</i-button>
|
||||
<br><br>
|
||||
<Button-group>
|
||||
<i-button>取消</i-button>
|
||||
<i-button type="primary">确定</i-button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue