fix(markdown): the hierarchy of markDown components after full screen
This commit is contained in:
parent
d8362f084f
commit
c8017b1365
|
|
@ -90,6 +90,9 @@
|
|||
theme: getDarkMode.value === 'dark' ? 'dark' : 'classic',
|
||||
lang: unref(getCurrentLang),
|
||||
mode: 'sv',
|
||||
fullscreen: {
|
||||
index: 520,
|
||||
},
|
||||
preview: {
|
||||
actions: [],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue