摘要:
dataZoom:[{ type:'silder', xAxisIndex: 0 , startValue;0, endValue:4,//只显示五个数据 show: true, zoomLock: true, handlesize:0, height:10, bottom:50, filterMo 阅读全文
posted @ 2018-10-13 13:59
不服憋着
阅读(2983)
评论(0)
推荐(0)
摘要:
<template> <div class="echarts"> <IEcharts :option="pie" @ready="onReady" @click="onClick"></IEcharts> <button @click="test">go</button> </div> </temp 阅读全文
posted @ 2018-10-13 13:50
不服憋着
阅读(1540)
评论(0)
推荐(0)
摘要:
async 方法名() { const data = await axios.post('url',{参数}) } async+await ==> 表示 请求结束后在往下执行 阅读全文
posted @ 2018-10-13 13:08
不服憋着
阅读(189)
评论(0)
推荐(0)
摘要:
父组件 :<child :pbi.sync = '' 参数内容 ''></child> 子组件:props获取 更新父组件中对应的 参数 : this.$emit('update : pbi' ,需更新的内容) obj ={ name:'11', age:'233' } v-bind:sync = 阅读全文
posted @ 2018-10-13 12:56
不服憋着
阅读(310)
评论(0)
推荐(0)