mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00
10 lines
181 B
Vue
10 lines
181 B
Vue
<template>
|
|
<div style="max-width: 600px">
|
|
<el-alert
|
|
title="With description"
|
|
type="success"
|
|
description="This is a description."
|
|
/>
|
|
</div>
|
|
</template>
|