2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-24 08:30:35 +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 = { const App = {
name: 'App', name: 'App',
mounted() { mounted() {
hljs.initHighlightingOnLoad(); hljs.initHighlighting();
}, },
render(h) { render(h) {
const menus = components.map(item => { const menus = components.map(item => {