perf: 优化演示页面

This commit is contained in:
xiaoxian521
2024-01-17 11:05:35 +08:00
parent 9ca6941946
commit db723b7908
51 changed files with 432 additions and 404 deletions

2
types/router.d.ts vendored
View File

@@ -32,7 +32,7 @@ declare global {
frameSrc?: string;
/** `iframe`页是否开启首次加载动画(默认`true``可选` */
frameLoading?: boolean;
/** 页面加载动画(两种一种直接采用vue内置的`transitions`动画,另一种是使用`animate.css`写进、离场动画)`可选` */
/** 页面加载动画(两种式,第二种权重更高,第一种直接采用`vue`内置的`transitions`动画,第二种是使用`animate.css`写进、离场动画,平台更推荐使用第二种模式,已经内置了`animate.css`,直接写对应的动画名即可`可选` */
transition?: {
/**
* @description 当前路由动画效果