mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-14 03:13:43 +08:00
feat: add app launch log page
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import { reactive, ref, watch } from 'vue'
|
||||
import useDialog from '../../stores/dialog'
|
||||
import useTabStore from '../../stores/tab.js'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import useConnectionStore from '../../stores/connections.js'
|
||||
|
||||
const ttlForm = reactive({
|
||||
@@ -42,7 +41,6 @@ const onClose = () => {
|
||||
dialogStore.closeTTLDialog()
|
||||
}
|
||||
|
||||
const message = useMessage()
|
||||
const onConfirm = async () => {
|
||||
try {
|
||||
const tab = tabStore.currentTab
|
||||
|
Reference in New Issue
Block a user