From 78e4abe26a82b39fe7c20b024ecd6e57abffed89 Mon Sep 17 00:00:00 2001 From: Ce1ling <2134045201@qq.com> Date: Tue, 3 Oct 2023 20:58:48 +0800 Subject: [PATCH] =?UTF-8?q?refactor(docs):=20=E4=BC=98=E5=8C=96=20icon=20?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/examples/Icon/LoadingAnimation.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/examples/Icon/LoadingAnimation.vue b/docs/examples/Icon/LoadingAnimation.vue index 89b3d22..3a69c05 100644 --- a/docs/examples/Icon/LoadingAnimation.vue +++ b/docs/examples/Icon/LoadingAnimation.vue @@ -8,6 +8,8 @@ const isLoading = ref(false) - 测试 + + {{ isLoading ? '停止' : '开始' }} + - \ No newline at end of file +