将vue-toast-notification替换为vue-toastification,并更新相关样式和依赖项

This commit is contained in:
jxxghp
2025-06-25 17:42:36 +08:00
parent bed21856ab
commit ebc2a764c2
48 changed files with 58 additions and 81 deletions

View File

@@ -1,6 +1,6 @@
<!-- eslint-disable sonarjs/no-duplicate-string -->
<script lang="ts" setup>
import { useToast } from 'vue-toast-notification'
import { useToast } from 'vue-toastification'
import { VRow } from 'vuetify/lib/components/index.mjs'
import draggable from 'vuedraggable'
import api from '@/api'