mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-16 20:20:51 +08:00
refactor: use import alias name
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script setup>
|
||||
import { reactive, watch } from 'vue'
|
||||
import useDialog from '../../stores/dialog'
|
||||
import useDialog from 'stores/dialog'
|
||||
import { useMessage } from 'naive-ui'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import useConnectionStore from '../../stores/connections.js'
|
||||
import useConnectionStore from 'stores/connections.js'
|
||||
import { isEmpty, size } from 'lodash'
|
||||
|
||||
const deleteForm = reactive({
|
||||
@@ -29,7 +29,7 @@ watch(
|
||||
deleteForm.loadingAffected = false
|
||||
deleteForm.affectedKeys = []
|
||||
}
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
const scanAffectedKey = async () => {
|
||||
|
Reference in New Issue
Block a user