Browse Source

fix(markdown): the hierarchy of markDown components after full screen

pull/1132/head
vben 5 years ago
parent
commit
c8017b1365
  1. 3
      src/components/Markdown/src/Markdown.vue

3
src/components/Markdown/src/Markdown.vue

@ -90,6 +90,9 @@
theme: getDarkMode.value === 'dark' ? 'dark' : 'classic',
lang: unref(getCurrentLang),
mode: 'sv',
fullscreen: {
index: 520,
},
preview: {
actions: [],
},

Loading…
Cancel
Save