Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
deboyblog committed Mar 16, 2017
1 parent 5533742 commit 2f40a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Vuejs 单页应用在iOS系统下部分APP的webview中 标题不能通过 docum
> Vuejs 1.x
```bash
npm install [email protected].6 --save
npm install [email protected].7 --save
```

> Vuejs 2.x
Expand Down Expand Up @@ -85,7 +85,7 @@ const routes = [
<router-view v-wechat-title="$route.meta.title"></router-view>
```

> 自定义加载的图片地址 默认是 ./favicon.ico 可以是相对或者绝对的 该功能目前只做了2.0的适配
> 自定义加载的图片地址 默认是 ./favicon.ico 可以是相对或者绝对的
```html
<div v-wechat-title="$route.meta.title" img-set="/static/logo.png"></div>
Expand Down

0 comments on commit 2f40a8c

Please sign in to comment.