Q1: should last24labels be a reference to a piece of code in this?
computed:{
...mapGetters(["last24labels","getSuccess","getFail"])
},
watch: {
last24labels:function(v){ //q2:last24labels(v) -sharp-sharp-sharp
Q1: should last24labels be a reference to a piece of code in this?
computed:{
...mapGetters(["last24labels","getSuccess","getFail"])
},
watch: {
last24labels:function(v){ //q2:last24labels(v) -sharp-sharp-sharp
A1: no, simple string
a2: last24labels:function (v) {} object method definition, function last24labels (v) {} function definition
do the gods have plug-ins for uploading attachments in the mobile version that can also be uploaded more than one? ...
now make a drop-down multi-selection, as shown in the figure, and the selected id is [2prime3] . but the background requires the data to be like this: [ { "appId":2, "direction":"1" }, ...
use vue-notifications in nuxt but keep reporting errors as follows: plugin vue-notifications.js nuxt.config plugin confirm that the plug-in has been installed. What went wrong with me ...
the interface is as follows: The code is as follows: <div id="app"> <select> <option :value="item" v-for="item in region">{{item}}< option> < select> <selec...
<el-table-column prop="modifyTime" label=""> < el-table-column> how do you want to write with the following custom filter :1415674835697 yyyy MM dd Vue.filter("timeForm",function(time){ ...