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的一些常用且基础的标签的主要内容,如果未能解决你的问题,请参考以下文章

vue一些基础知识

Vue常用指令

vue指令

标签体系中的一些基本概念

Vue 基础知识之 Vue.extend

jQuery在某个标签的html代码后面,添加一些html代码?