We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4ae78 commit 9c53935Copy full SHA for 9c53935
README.md
@@ -33,7 +33,7 @@
33
- [x] 🧀 支持 i18n
34
- [x] Vue-router 4
35
- [x] 支持 SVG 图标自动注册组件
36
-- [x] vw 视口适配
+- [x] vmin 视口适配
37
- [x] Axios 封装
38
- [x] 打包资源 gzip 压缩
39
- [x] 开发环境支持 Mock 数据
src/views/demo/index.vue
@@ -10,7 +10,7 @@ const contentList = reactive([
10
"✔ 🌓 支持深色模式",
11
"✔ Vue-router 4",
12
"✔ 支持 SVG 图标自动注册组件",
13
- "✔ vw 视口适配",
+ "✔ vmin 视口适配",
14
"✔ Axios 封装",
15
"✔ 打包资源 gzip 压缩",
16
"✔ 开发环境支持 Mock 数据",
0 commit comments