Browse Source

区分大小写

xiongzhu 7 years ago
parent
commit
34ec2f22dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/vue/src/pages/BubbleChart.vue

+ 1 - 1
src/main/vue/src/pages/BubbleChart.vue

@@ -12,7 +12,7 @@
 </template>
 </template>
 <script>
 <script>
 import Chart from 'chart.js'
 import Chart from 'chart.js'
-import bubbleChart from '../components/bubble'
+import bubbleChart from '../components/Bubble'
 export default {
 export default {
     created() {
     created() {