We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4e70e commit 16ce4f3Copy full SHA for 16ce4f3
src/router/index.js
@@ -34,7 +34,7 @@ const chartIndex = _import('charts/index');
34
const KeyboardChart = _import('charts/keyboard');
35
const KeyboardChart2 = _import('charts/keyboard2');
36
const LineMarker = _import('charts/line');
37
-const MixChart = _import('charts/mixchart');
+const MixChart = _import('charts/mixChart');
38
39
/* error page */
40
const Err404 = _import('error/404');
src/views/charts/mixchart.vue renamed to src/views/charts/mixChart-t.vue
0 commit comments