mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-20 05:54:39 +08:00
refactor: use discrete api for message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup>
|
||||
import { reactive, watch } from 'vue'
|
||||
import useDialog from 'stores/dialog'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import { useMessage } from '@/utils/message.js'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import useConnectionStore from 'stores/connections.js'
|
||||
import { isEmpty, size } from 'lodash'
|
||||
|
Reference in New Issue
Block a user