Skip to content

Commit 7deba56

Browse files
committed
fix: demo fix
1 parent c28c2c0 commit 7deba56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo_vue/app/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ declare var com;
3737
// return lineChartView;
3838
// }
3939
// }
40-
Vue.registerElement('MPLineChart', () => MPLineChart);
40+
// Vue.registerElement('MPLineChart', () => MPLineChart);
4141

4242
// Prints Vue logs when --env.production is *NOT* set while building
4343
Vue.config.silent = false;

0 commit comments

Comments
 (0)