mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
9 lines
142 B
Vue
9 lines
142 B
Vue
|
<template>
|
||
|
<el-alert
|
||
|
title="with description"
|
||
|
type="success"
|
||
|
description="This is a description."
|
||
|
>
|
||
|
</el-alert>
|
||
|
</template>
|