vuecssuiant-designantdreactantantd-vueenterprisefrontendui-designvue-antdvue-antd-uivue3vuecomponent
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
418 B
26 lines
418 B
<template> |
|
<div> |
|
<a-button type="primary"> |
|
Primary |
|
</a-button> |
|
<a-button>Default</a-button> |
|
<a-button type="dashed"> |
|
Dashed |
|
</a-button> |
|
<a-button type="danger"> |
|
Danger |
|
</a-button> |
|
<a-button type="primary"> |
|
按钮 |
|
</a-button> |
|
<a-button type="link"> |
|
Link |
|
</a-button> |
|
</div> |
|
</template> |
|
|
|
<script> |
|
export default { |
|
name: 'Demo', |
|
}; |
|
</script>
|
|
|