Skip to content

Commit

Permalink
docs: 文档更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yulimchen committed May 22, 2024
1 parent bb4ae78 commit 9c53935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
- [x] 🧀 支持 i18n
- [x] Vue-router 4
- [x] 支持 SVG 图标自动注册组件
- [x] vw 视口适配
- [x] vmin 视口适配
- [x] Axios 封装
- [x] 打包资源 gzip 压缩
- [x] 开发环境支持 Mock 数据
Expand Down
2 changes: 1 addition & 1 deletion src/views/demo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const contentList = reactive([
"✔ 🌓 支持深色模式",
"✔ Vue-router 4",
"✔ 支持 SVG 图标自动注册组件",
"vw 视口适配",
"vmin 视口适配",
"✔ Axios 封装",
"✔ 打包资源 gzip 压缩",
"✔ 开发环境支持 Mock 数据",
Expand Down

0 comments on commit 9c53935

Please sign in to comment.