refactor: rename DatabasePane and DatabaseTree to BrowserPane and BrowserTree

refactor: tidy Components folder
This commit is contained in:
tiny-craft
2023-07-03 23:48:41 +08:00
parent 6a54183d91
commit 2c7021af31
13 changed files with 73 additions and 29 deletions
@@ -1,7 +1,7 @@
<script setup>
import { computed, onMounted, ref, watch } from 'vue'
import { useI18n } from 'vue-i18n'
import ContentToolbar from '../ContentToolbar.vue'
import ContentToolbar from './ContentToolbar.vue'
import Copy from '../icons/Copy.vue'
import Save from '../icons/Save.vue'
import { useMessage } from 'naive-ui'