mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-02-03 02:54:40 +08:00
fix(codeMirror): fix the JsonEditor embedded in the bullet frame causing the style to be disordered (#668)
This commit is contained in:
parent
bbddf30e96
commit
e1123a2ccb
@ -114,7 +114,6 @@
|
||||
await nextTick();
|
||||
init();
|
||||
window.addEventListener('resize', debounceRefresh);
|
||||
setTimeout(refresh, 50);
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user