### Version 2.5.2 ### Reproduction link [http://jsfiddle.net/p48cLbe3/2/](http://jsfiddle.net/p48cLbe3/2/) ### Steps to reproduce ``` {{ 问好 }} 改口 ``` ``` var 应用5 = new Vue({ el: '#元素id5', data: { 问好: '你好' }, methods: { 改口: function () { this.问好 = '吃了么' } } }) ``` ### What is expected? Excuse me if this is closer to feature request. It'll be great if method can support unicode naming. Otherwise it may be better to provide some feedback. Thanks for your efforts. ### What is actually happening? I'm guessing validation passes because the method does exist, but somehow invoking method fails.