-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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> | ||
|