File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
pgmanage/app/static/pgmanage_frontend/src/components Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ import ContextMenu from "@imengyu/vue3-context-menu";
120120import SnippetTab from " ./SnippetTab.vue" ;
121121import TabsUtils from " ../mixins/tabs_utils_mixin" ;
122122import QueryTab from " ./QueryTab.vue" ;
123+ import SchemaEditorTab from " ./SchemaEditorTab.vue" ;
123124
124125export default {
125126 name: " DatabaseTabs" ,
@@ -134,10 +135,8 @@ export default {
134135 RestoreTab: defineAsyncComponent (() => import (" ./RestoreTab.vue" )),
135136 ERDTab: defineAsyncComponent (() => import (" ./ERDTab.vue" )),
136137 DataEditorTab: defineAsyncComponent (() => import (" ./DataEditorTab.vue" )),
137- SchemaEditorTab: defineAsyncComponent (() =>
138- import (" ./SchemaEditorTab.vue" )
139- ),
140138 MonitoringTab: defineAsyncComponent (() => import (" ./MonitoringTab.vue" )),
139+ SchemaEditorTab,
141140 QueryTab,
142141 SnippetTab,
143142 },
You can’t perform that action at this time.
0 commit comments