rm:remove chart/index

This commit is contained in:
Pan 2017-11-17 15:10:09 +08:00
parent 8c204b9837
commit 46b4f74969
4 changed files with 0 additions and 10 deletions

View file

@ -19,7 +19,6 @@ export default {
componentMixin: 'Mixin',
backToTop: 'BackToTop',
charts: 'Charts',
chartsIndex: 'Introduction',
keyboardChart: 'Keyboard Chart',
lineChart: 'Line chart',
mixChart: 'Mix Chart',

View file

@ -19,7 +19,6 @@ export default {
componentMixin: '小组件',
backToTop: '返回顶部',
charts: '图表',
chartsIndex: '介绍',
keyboardChart: '键盘图表',
lineChart: '折线图',
mixChart: '混合图表',

View file

@ -116,7 +116,6 @@ export const asyncRouterMap = [
icon: 'chart'
},
children: [
{ path: 'index', component: _import('charts/index'), name: 'chartsIndex', meta: { title: 'chartsIndex' }},
{ path: 'keyboard', component: _import('charts/keyboard'), name: 'keyboardChart', meta: { title: 'keyboardChart', noCache: true }},
{ path: 'line', component: _import('charts/line'), name: 'lineChart', meta: { title: 'lineChart', noCache: true }},
{ path: 'mixchart', component: _import('charts/mixChart'), name: 'mixChart', meta: { title: 'mixChart', noCache: true }}

View file

@ -1,7 +0,0 @@
<template>
<div class="components-container" >
<code>
这里的所有的图表都基于ECharts,实例代码来源<a href='http://gallery.echartsjs.com/explore.html#sort=rank~timeframe=all~author=all' target='_blank'> gallery</a><br/>其实ECharts封装的很好了用vue封装是很简单的事情建议大家自己来封装<a target='_blank' class='lin' href="https://segmentfault.com/a/1190000009762198#articleHeader16">相关教程</a>
</code>
</div>
</template>