Showing
3 changed files
with
1 additions
and
1 deletions
@@ -3,7 +3,7 @@ export default { | @@ -3,7 +3,7 @@ export default { | ||
3 | template: '', | 3 | template: '', |
4 | components:{ | 4 | components:{ |
5 | 'LineChart': Vue.defineAsyncComponent( | 5 | 'LineChart': Vue.defineAsyncComponent( |
6 | - () => myImport('views/zjdaping/components/lineChart/index') | 6 | + () => myImport('views/page/components/lineChart/index') |
7 | ) | 7 | ) |
8 | }, | 8 | }, |
9 | data() { | 9 | data() { |
-
Please register or login to post a comment