Skip to content

Commit cd99a6a

Browse files
author
leo
authored
Merge pull request #6 from isjia/patch-3
Update README.md
2 parents 875d766 + 786a27c commit cd99a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ app.use('/api',movie)
110110
首先安装必要的依赖,看自己喜欢选择.
111111
[muse-ui](https://museui.github.io/#/index) [axios](https://github.com/mzabriskie/axios)
112112
```bash
113-
npm install musi-ui axios --save
113+
npm install muse-ui axios --save
114114
```
115115
然后把不要的文件删除,在src/components目录新建主要的两个组件List,Detail.
116116
List就是首页的列表,Detail是电影的详细数据,然后把前端路由写出来,在src/router建立前端路由文件,

0 commit comments

Comments
 (0)