Skip to content
New issue

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

Comments on the pinia page #152

Open
chengpeiquan opened this issue Apr 4, 2022 · 3 comments
Open

Comments on the pinia page #152

chengpeiquan opened this issue Apr 4, 2022 · 3 comments

Comments

@chengpeiquan
Copy link
Owner

~

@webblog
Copy link

webblog commented Apr 14, 2022

getters: {
// 这个在页面上无法获取
emojiMessage(): string {
return ${this.fullMessage}
},
},

@chengpeiquan
Copy link
Owner Author

chengpeiquan commented Apr 14, 2022

getters: { // 这个在页面上无法获取 emojiMessage(): string { return ${this.fullMessage} }, },

@webblog 你好,我这边是正常的,可否贴一下上下文信息给我看看,如果代码比较多的话,新开一个 issue 我来跟进下
1

@webblog
Copy link

webblog commented Apr 15, 2022

@chengpeiquan

getters: { // 这个在页面上无法获取 emojiMessage(): string { return ${this.fullMessage} }, },

@webblog 你好,我这边是正常的,可否贴一下上下文信息给我看看,如果代码比较多的话,新开一个 issue 我来跟进下
1

没问题了,习惯性带上括号了(store.emojiMessage())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants