mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2026-04-23 00:17:09 +08:00
refactor: rename DatabasePane and DatabaseTree to BrowserPane and BrowserTree
refactor: tidy Components folder
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user