Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed May 14, 2018
1 parent d47939e commit 0d4667c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ npm run build --report
## Demo
![demo](https://github.com/PanJiaChen/PanJiaChen.github.io/blob/master/images/demo.gif)

## Element-Ui 使用cdn教程
### Element-Ui 使用cdn教程
首先找到 `index.html` ([根目录下](https://github.com/PanJiaChen/vueAdmin-template/blob/element-ui-cdn/index.html))

引入 Element的css和js ,并且引入 vue 。因为 Element-Ui 是依赖 vue 的,所以必须在它之前引入 vue 。
Expand All @@ -67,7 +67,7 @@ externals: {

**[具体代码](https://github.com/PanJiaChen/vueAdmin-template/commit/746aff560932704ae821f82f10b8b2a9681d5177)**

**[对应分支](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)
**[对应分支](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)**

## License
[MIT](https://github.com/PanJiaChen/vueAdmin-template/blob/master/LICENSE) license.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Pictured:

**[Detailed code](https://github.com/PanJiaChen/vueAdmin-template/commit/746aff560932704ae821f82f10b8b2a9681d5177)**

**[Branch](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)
**[Branch](https://github.com/PanJiaChen/vueAdmin-template/tree/element-ui-cdn)**


## License
Expand Down

0 comments on commit 0d4667c

Please sign in to comment.