From 66671180d901f8c67df47e949a4f1bcbf10b3e47 Mon Sep 17 00:00:00 2001 From: question Date: Mon, 11 Mar 2024 19:20:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20toast=20loading=20=E5=8D=95=E7=8B=AC?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=B2=A1=E6=9C=89=E6=A0=B7=E5=BC=8F=20(#1163?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/zarm/src/toast/style/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/zarm/src/toast/style/index.ts b/packages/zarm/src/toast/style/index.ts index e06b65412..407667f82 100644 --- a/packages/zarm/src/toast/style/index.ts +++ b/packages/zarm/src/toast/style/index.ts @@ -1,4 +1,5 @@ import '../../icon/style'; import '../../popup/style'; +import '../../loading/style'; import '../../style'; import './index.scss';