Pan 5 years ago
parent
commit
b0f58ee31e
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README-zh.md
  2. 2 2
      README.md

+ 1 - 1
README-zh.md

@@ -6,7 +6,7 @@
6 6
 
7 7
 [国内访问](https://panjiachen.gitee.io/vue-admin-template)
8 8
 
9
-目前版本为 `v4.0+` 基于 `vue-cli` 进行构建,若发现问题,欢迎提 issue。若你想使用旧版本,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0),它不依赖 `vue-cli`。
9
+目前版本为 `v4.0+` 基于 `vue-cli` 进行构建,若你想使用旧版本,可以切换分支到[tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0),它不依赖 `vue-cli`。
10 10
 
11 11
 ## Extra
12 12
 

+ 2 - 2
README.md

@@ -1,13 +1,13 @@
1 1
 # vue-admin-template
2 2
 
3
-English | [简体中文](./README.zh-CN.md)
3
+English | [简体中文](./README-zh.md)
4 4
 
5 5
 > A minimal vue admin template with Element UI & axios & iconfont & permission control & lint
6 6
 
7 7
 **Live demo:** http://panjiachen.github.io/vue-admin-template
8 8
 
9 9
 
10
-**The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0), it does not rely on `vue-cli'**
10
+**The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tag/3.11.0](https://github.com/PanJiaChen/vue-admin-template/tree/tag/3.11.0), it does not rely on `vue-cli`**
11 11
 
12 12
 ## Build Setup
13 13