mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Tabs.js: MarkRaw Warning
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user