mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
6eb8cfa1ef
- Move testing files to ssr-testing/
7 lines
333 B
Vue
7 lines
333 B
Vue
<template>
|
|
<el-alert title="success alert" type="success" style="margin-bottom: 20px" />
|
|
<el-alert title="info alert" type="info" style="margin-bottom: 20px" />
|
|
<el-alert title="warning alert" type="warning" style="margin-bottom: 20px" />
|
|
<el-alert title="error alert" type="error" style="margin-bottom: 20px" />
|
|
</template>
|