From 8cb92d4b2c78181c7964989df2c184e62cdc6cff Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 21 Jul 2025 19:34:07 +0800 Subject: [PATCH] feat: add flex wrap for mobile --- open-isle-cli/src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/open-isle-cli/src/main.js b/open-isle-cli/src/main.js index 8d163fc10..e0f79b3bc 100644 --- a/open-isle-cli/src/main.js +++ b/open-isle-cli/src/main.js @@ -7,7 +7,6 @@ import 'vue-toastification/dist/index.css' import './assets/toast.css' // Use Sugar theme from vue-toast-notification for better toast styling. // If you prefer Bootstrap style, replace with theme-bootstrap.css instead. -import 'vue-toast-notification/dist/theme-sugar.css' import { useToast } from 'vue-toastification' import { checkToken, clearToken } from './utils/auth' import { initTheme } from './utils/theme'