mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
8 lines
129 B
Vue
8 lines
129 B
Vue
<template>
|
|
<el-alert
|
|
title="with description"
|
|
type="success"
|
|
description="This is a description."
|
|
/>
|
|
</template>
|