diff --git a/src/desktop/Content.vue b/src/desktop/Content.vue index 22fdbb3..ee4ca22 100644 --- a/src/desktop/Content.vue +++ b/src/desktop/Content.vue @@ -9,13 +9,27 @@ import TurtleSection from "./TurtleSection.vue" diff --git a/src/desktop/SqlSection.vue b/src/desktop/SqlSection.vue index a5135af..d6ae696 100644 --- a/src/desktop/SqlSection.vue +++ b/src/desktop/SqlSection.vue @@ -1,9 +1,10 @@ + + diff --git a/src/main.ts b/src/main.ts index abafe6b..6251b1e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,7 @@ import { NCollapse, NCollapseItem, NConfigProvider, + NDataTable, NDropdown, NFlex, NIcon, @@ -40,6 +41,7 @@ const naive = create({ NCollapse, NCollapseItem, NConfigProvider, + NDataTable, NMessageProvider, NLayout, NLayoutHeader,