element-plus/ssr-testing/cases/alert.vue

7 lines
333 B
Vue
Raw Normal View History

<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>