Pan 6 years ago
parent
commit
0d4667ccf8
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README-zh.md
  2. 1 1
      README.md

+ 2 - 2
README-zh.md

@@ -46,7 +46,7 @@ npm run build --report
46 46
 ## Demo
47 47
 ![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)
48 48
 
49
-## Element-Ui 使用cdn教程
49
+### Element-Ui 使用cdn教程
50 50
 首先找到 `index.html` ([根目录下](https://github.com/PanJiaChen/vueAdmin-template/blob/element-ui-cdn/index.html))
51 51
 
52 52
 引入 Element的css和js ,并且引入 vue 。因为 Element-Ui 是依赖 vue 的,所以必须在它之前引入 vue 。
@@ -67,7 +67,7 @@ externals: {
67 67
 
68 68
 **[具体代码](https://github.com/PanJiaChen/vueAdmin-template/commit/746aff560932704ae821f82f10b8b2a9681d5177)**
69 69
 
70
-**[对应分支](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)
70
+**[对应分支](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)**
71 71
 
72 72
 ## License
73 73
 [MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.

+ 1 - 1
README.md

@@ -62,7 +62,7 @@ Pictured:
62 62
 
63 63
 **[Detailed code](https://github.com/PanJiaChen/vueAdmin-template/commit/746aff560932704ae821f82f10b8b2a9681d5177)**
64 64
 
65
-**[Branch](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)
65
+**[Branch](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)**
66 66
 
67 67
 
68 68
 ## License