Remove unused vue-sweetalert2 plugin

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01RaRBJFZKSTA7naHGuQHfnQ
This commit is contained in:
2026-07-04 14:59:31 +08:00
co-authored by Claude Fable 5
parent da2cdb240f
commit b4a6ffe743
3 changed files with 3 additions and 23 deletions
-2
View File
@@ -20,7 +20,6 @@ import cytoscape from "cytoscape";
import dagre from "cytoscape-dagre";
import popper from "cytoscape-popper";
import draggable from "vuedraggable";
import VueSweetalert2 from "vue-sweetalert2";
// import CSS
import "./assets/main.css";
@@ -67,7 +66,6 @@ cytoscape.use(popper((ref) => ref));
app.use(pinia);
app.use(router);
app.use(VueSweetalert2);
app.use(ToastPlugin, {
// use `this.$toast` in Vue.js
position: "bottom",