element ui的el-alert的title怎么换行(如何支持html标签)

<!--markdown-->```html
<el-alert
title="成功提示的文案"

type="success">

<template slot='title'>

<div>新标题1</div>

<div>新标题2</div>

</template>

</el-alert>
```
el-alert 提供了一个 title 的 Slot

版权声明:
作者:tianya
链接:https://tya.zone/p/54.html
来源:天涯博客
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
海报
element ui的el-alert的title怎么换行(如何支持html标签)
<!--markdown-->```html <el-alert title="成功提示的文案" type="success"> <template slot='title'> <div>新标题1</div> <……
<<上一篇
下一篇>>