Browse Source

chore: ChartCard moveto chart

Sendya 6 years ago
parent
commit
21faa839e3
2 changed files with 1 additions and 1 deletions
  1. 0 0
      src/components/chart/ChartCard.vue
  2. 1 1
      src/views/dashboard/Analysis.vue

+ 0 - 0
src/components/ChartCard.vue → src/components/chart/ChartCard.vue


+ 1 - 1
src/views/dashboard/Analysis.vue

@@ -145,7 +145,7 @@
 </template>
 
 <script>
-  import ChartCard from '@/components/ChartCard'
+  import ChartCard from '@/components/chart/ChartCard'
   import ACol from 'ant-design-vue/es/grid/Col'
   import ATooltip from 'ant-design-vue/es/tooltip/Tooltip'
   import MiniArea from '@/components/chart/MiniArea'