Skip to content

Commit 9c53935

Browse files
committed
docs: 文档更新
1 parent bb4ae78 commit 9c53935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- [x] 🧀 支持 i18n
3434
- [x] Vue-router 4
3535
- [x] 支持 SVG 图标自动注册组件
36-
- [x] vw 视口适配
36+
- [x] vmin 视口适配
3737
- [x] Axios 封装
3838
- [x] 打包资源 gzip 压缩
3939
- [x] 开发环境支持 Mock 数据

src/views/demo/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const contentList = reactive([
1010
"✔ 🌓 支持深色模式",
1111
"✔ Vue-router 4",
1212
"✔ 支持 SVG 图标自动注册组件",
13-
"vw 视口适配",
13+
"vmin 视口适配",
1414
"✔ Axios 封装",
1515
"✔ 打包资源 gzip 压缩",
1616
"✔ 开发环境支持 Mock 数据",

0 commit comments

Comments
 (0)