mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
7 lines
329 B
Vue
7 lines
329 B
Vue
|
<template>
|
||
|
<el-alert title="success alert" type="success" center show-icon> </el-alert>
|
||
|
<el-alert title="info alert" type="info" center show-icon> </el-alert>
|
||
|
<el-alert title="warning alert" type="warning" center show-icon> </el-alert>
|
||
|
<el-alert title="error alert" type="error" center show-icon> </el-alert>
|
||
|
</template>
|