Tabs.js: MarkRaw Warning

This commit is contained in:
cgfhtw
2023-12-21 14:02:01 +01:00
parent d38ed229bf
commit c7ee0ce82b
+1 -1
View File
@@ -47,7 +47,7 @@ export default {
return console.error('Component missing for ' + key);
tabs[key] = {
component: Vue.defineAsyncComponent(() => import(config.component)),
component: Vue.markRaw(Vue.defineAsyncComponent(() => import(config.component))),
title: config.title || key,
config: config.config,
key