2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-12 15:12:28 +03:00

docs: fix code highlight

This commit is contained in:
mengxiong10
2019-11-12 11:05:17 +08:00
parent 67fc307a3f
commit 4626de2593
+1 -1
View File
@@ -114,7 +114,7 @@ const titleAndDescMap = transformMd(en);
const App = {
name: 'App',
mounted() {
hljs.initHighlightingOnLoad();
hljs.initHighlighting();
},
render(h) {
const menus = components.map(item => {