From 3fcfac1f37c2aeabbb2af4897ada6ba8c225c667 Mon Sep 17 00:00:00 2001
From: vben <anncwb@126.com>
Date: 星期三, 24 十一月 2021 23:25:13 +0800
Subject: [PATCH] wip: Upgrade ant-design-vue 3.0

---
 windi.config.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/windi.config.ts b/windi.config.ts
index 4733d46..0f3d1f2 100644
--- a/windi.config.ts
+++ b/windi.config.ts
@@ -24,8 +24,8 @@
 });
 
 /**
- * Used for animation when the element is displayed
- * @param maxOutput The larger the maxOutput output, the larger the generated css volume
+ * Used for animation when the element is displayed.
+ * @param maxOutput The larger the maxOutput output, the larger the generated css volume.
  */
 function createEnterPlugin(maxOutput = 6) {
   const createCss = (index: number, d = 'x') => {

--
Gitblit v1.8.0