|
|
(未显示同一用户的3个中间版本) |
第1行: |
第1行: |
| <html><template>
| | |
| <el-alert
| |
| title="成功提示的文案"
| |
| type="success"
| |
| effect="dark">
| |
| </el-alert>
| |
| <el-alert
| |
| title="消息提示的文案"
| |
| type="info"
| |
| effect="dark">
| |
| </el-alert>
| |
| <el-alert
| |
| title="警告提示的文案"
| |
| type="warning"
| |
| effect="dark">
| |
| </el-alert>
| |
| <el-alert
| |
| title="错误提示的文案"
| |
| type="error"
| |
| effect="dark">
| |
| </el-alert>
| |
| </template></html>
| |