ant-design-vue/site/debugger/demo/demo.vue

8 lines
214 B
Vue

<template>
<a-alert message="Success Tips" type="success" show-icon closable>
<template #action>
<a-button v-if="false" size="small" type="text">UNDO</a-button>
</template>
</a-alert>
</template>