From cf130b293dab2848abde0906b7a1ac03e4af0e02 Mon Sep 17 00:00:00 2001 From: eamd-wq <58057732+eamd-wq@users.noreply.github.com> Date: Sat, 2 Nov 2024 14:30:51 +0800 Subject: [PATCH] chore: update loading.md (#4787) --- docs/src/guide/in-depth/loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/guide/in-depth/loading.md b/docs/src/guide/in-depth/loading.md index ff89dcb8..60e69378 100644 --- a/docs/src/guide/in-depth/loading.md +++ b/docs/src/guide/in-depth/loading.md @@ -6,7 +6,7 @@ ## 原理 -由 `vite-plugin-inject-app-loading` 插件实现,插件会在每个应用的注入一个全局的 `loading html`。 +由 `vite-plugin-inject-app-loading` 插件实现,插件会在每个应用都注入一个全局的 `loading html`。 ## 关闭