mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-14 03:13:43 +08:00
Refactor server and database save structure, support multiple server detail tab
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
import { reactive, ref, watch } from 'vue'
|
||||
import useDialog from '../../stores/dialog'
|
||||
import useTabStore from '../../stores/tab.js'
|
||||
import useConnectionStore from '../../stores/connection.js'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import useConnectionStore from '../../stores/connections.js'
|
||||
|
||||
const ttlForm = reactive({
|
||||
ttl: -1,
|
||||
|
Reference in New Issue
Block a user