VUE的一些常用且基础的标签
Posted lei0913
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了VUE的一些常用且基础的标签相关的知识,希望对你有一定的参考价值。
表
<el-table :data="list" border fit highlight-current-row style="width: 100%">
刷新当前页面
this.$router.go(0)
whereGetList(order_number)
return setDepositRatio(order_number, mc_deposit_bl: this.form.mc_deposit_bl).then(res =>
Message(
message: res.msg,
type: ‘success‘,
duration: 5 * 1000
)
this.$router.go(0)
)
,
显示提示信息
1.导包
import Message from ‘element-ui‘
2.引用
Message( message: res.msg, type: ‘success‘, duration: 5 * 1000 )
以上是关于VUE的一些常用且基础的标签的主要内容,如果未能解决你的问题,请参考以下文章