Element的
Posted wulicute-ts
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Element的相关的知识,希望对你有一定的参考价值。
<el-button plain @click="plain">按钮</el-button>
在methods里添加
plain() { this.$notify({ title: "标题", message: "弹出的消息", position: "top-left", type: "success", //不会自动关闭 duration: 0, //偏移 offset: 180, //添加代码 // dangerouslyUsehtmlString: true //关闭关闭按钮 showClose: false }); }
以上是关于Element的的主要内容,如果未能解决你的问题,请参考以下文章
js代码片段: utils/lcoalStorage/cookie
maven web项目的web.xml报错The markup in the document following the root element must be well-formed.(代码片段