We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为,store里我想复用根据某个store某些data,自动计算出两外一个属性,很多页面都需要公用这个数据
能否支持类似westore的函数属性 如下:
export default { data: { motto: 'Hello World', firstName: 'dnt', lastName: 'zhang', fullName: function () { return this.firstName + this.lastName } } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
因为,store里我想复用根据某个store某些data,自动计算出两外一个属性,很多页面都需要公用这个数据
能否支持类似westore的函数属性
如下:
The text was updated successfully, but these errors were encountered: