From 4c9e4944eaa86beb47904a2e22408ea5148bfff4 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Tue, 10 Oct 2023 16:12:32 +0800 Subject: [PATCH] chore: update --- README.en-US.md | 2 +- README.md | 2 +- types/router.d.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index e9d63767a8..645f8a229e 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -109,7 +109,7 @@ After operating the above two commands, open `http://localhost:8080` in the brow Of course, you can also operate the `docker` project through the [Docker Desktop](https://www.docker.com/products/docker-desktop/) visual interface, as shown below
- +
## Change Log diff --git a/README.md b/README.md index 48d0b29ad1..504dca30eb 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ docker run -dp 8080:80 --name pure-admin vue-pure-admin 当然也可以通过 [Docker Desktop](https://www.docker.com/products/docker-desktop/) 可视化界面去操作 `docker` 项目,如下图- +
## 更新日志 diff --git a/types/router.d.ts b/types/router.d.ts index 6f6880a8be..1912fc77cc 100644 --- a/types/router.d.ts +++ b/types/router.d.ts @@ -31,7 +31,7 @@ declare global { frameSrc?: string; /** `iframe`页是否开启首次加载动画(默认`true`)`可选` */ frameLoading?: boolean; - /** 页面加载动画(有两种形式,一种直接采用vue内置的`transitions`动画,另一种是使用`animate.css`写进、离场动画)`可选` */ + /** 页面加载动画(两种模式,第二种权重更高,第一种直接采用`vue`内置的`transitions`动画,第二种是使用`animate.css`编写进、离场动画,平台更推荐使用第二种模式,已经内置了`animate.css`,直接写对应的动画名即可)`可选` */ transition?: { /** * @description 当前路由动画效果