mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
7 lines
301 B
Vue
7 lines
301 B
Vue
|
<template>
|
||
|
<el-alert title="success alert" type="success" show-icon> </el-alert>
|
||
|
<el-alert title="info alert" type="info" show-icon> </el-alert>
|
||
|
<el-alert title="warning alert" type="warning" show-icon> </el-alert>
|
||
|
<el-alert title="error alert" type="error" show-icon> </el-alert>
|
||
|
</template>
|