8b82c80e by xiaomiao

组件首字母修改

1 parent 843436f2
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
12 </template> 12 </template>
13 13
14 <script> 14 <script>
15 import maps from "@/components/echart/map"; 15 import maps from "@/components/echart/Map";
16 import brokenline from "@/components/echart/brokenline"; 16 import brokenline from "@/components/echart/Brokenline";
17 export default { 17 export default {
18 data () { 18 data () {
19 return {}; 19 return {};
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
18 </template> 18 </template>
19 19
20 <script> 20 <script>
21 import columnarsmat from "@/components/echart/columnarsmat"; 21 import columnarsmat from "@/components/echart/Columnarsmat";
22 import Rose from "@/components/echart/Rose"; 22 import Rose from "@/components/echart/Rose";
23 export default { 23 export default {
24 data () { 24 data () {
......