前端vue
vivid_renzaijianghu
这个作者很懒,什么都没留下…
展开
-
VUE2.0+Element-UI+Echarts封装的组件
本文用Vue2.0+elementUI的panel组件和table组件+echarts的柱状图和折线图实现对结果的展示,实现了表格和图之间的切换和图和表之间的转置。-html<div class="resultDiv"> <div id="panels"> <el-collapse> <el-collapse-item v-fo原创 2017-04-16 23:04:46 · 8480 阅读 · 0 评论 -
bootstrap-select插件封装成Vue2.0组件
因为bootstrap-select功能比较强大,而且样式还不错,所以在项目使用了vue所以,觉得对bootstrap-select进行封装。 html <my-select :options="input.options" v-model="input.value" ref="typeSelect" :index="index" :childidx="childIdx" :load="load"原创 2017-04-16 23:46:11 · 5473 阅读 · 0 评论