element-plus/ssr-testing/cases/alert.vue
JeremyWuuuuu 6eb8cfa1ef
chore(ssr): moveout ssr testing files (#6655)
- Move testing files to ssr-testing/
2022-03-15 20:18:06 +08:00

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>