mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-15 11:40:38 +08:00
Refactor server and database save structure, support multiple server detail tab
This commit is contained in:
@@ -4,12 +4,12 @@ import { types } from '../../consts/support_redis_type'
|
||||
import useDialog from '../../stores/dialog'
|
||||
import NewStringValue from '../new_value/NewStringValue.vue'
|
||||
import NewSetValue from '../new_value/NewSetValue.vue'
|
||||
import useConnectionStore from '../../stores/connection.js'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import AddListValue from '../new_value/AddListValue.vue'
|
||||
import AddHashValue from '../new_value/AddHashValue.vue'
|
||||
import AddZSetValue from '../new_value/AddZSetValue.vue'
|
||||
import useConnectionStore from '../../stores/connections.js'
|
||||
|
||||
const i18n = useI18n()
|
||||
const newForm = reactive({
|
||||
|
Reference in New Issue
Block a user