Skip to content

Commit

Permalink
Merge pull request Tencent#44 from fengma1992/patch-1
Browse files Browse the repository at this point in the history
fix 中文错误
  • Loading branch information
当耐特 authored Nov 1, 2018
2 parents 8efbd0d + b74f5aa commit 83e3bef
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 @@ -138,8 +138,8 @@ export default {
return this.firstName + this.lastName
},
pureProp: 'pureProp',
globalPropTest: 'abc', //更改我会刷新所有页面,不需要再组件和页面声明data依赖
ccc: { ddd: 1 } //更改我会刷新所有页面,不需要再组件和页面声明data依赖
globalPropTest: 'abc', //更改我会刷新所有页面,不需要在组件和页面声明data依赖
ccc: { ddd: 1 } //更改我会刷新所有页面,不需要在组件和页面声明data依赖
},
globalData: ['globalPropTest', 'ccc.ddd'],
logMotto: function () {
Expand Down

0 comments on commit 83e3bef

Please sign in to comment.