mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-24 06:10:42 +03:00
docs: fix code highlight
This commit is contained in:
+1
-1
@@ -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 => {
|
||||||
|
|||||||
Reference in New Issue
Block a user