From 9c539350d6a079adec2ec6cc066867d413195311 Mon Sep 17 00:00:00 2001 From: yulimchen Date: Wed, 22 May 2024 22:44:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/views/demo/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66bd646..bb642e1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ - [x] 🧀 支持 i18n - [x] Vue-router 4 - [x] 支持 SVG 图标自动注册组件 -- [x] vw 视口适配 +- [x] vmin 视口适配 - [x] Axios 封装 - [x] 打包资源 gzip 压缩 - [x] 开发环境支持 Mock 数据 diff --git a/src/views/demo/index.vue b/src/views/demo/index.vue index 3ff9203..da725fe 100644 --- a/src/views/demo/index.vue +++ b/src/views/demo/index.vue @@ -10,7 +10,7 @@ const contentList = reactive([ "✔ 🌓 支持深色模式", "✔ Vue-router 4", "✔ 支持 SVG 图标自动注册组件", - "✔ vw 视口适配", + "✔ vmin 视口适配", "✔ Axios 封装", "✔ 打包资源 gzip 压缩", "✔ 开发环境支持 Mock 数据",