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
@
无法使用注释。
/** * @desc 提示消息 (只展示最新的消息) * @param {} */ showNotify({ content, urlAndParams: { url, params }, id } = {}) {}
=========================日志================================ File: F:\developer\workspace\h5\xxxx\src\frontPage\views\index\Index.vue?vue&type=script&lang=js:1:1 × Module build failed: ├─▶ × × Unexpected token @. Expected identifier, string literal, numeric literal or [ for the computed key │ │ ╭─[F:\developer\workspace\h5\xxxx\src\frontPage\views\index\Index.vue:930:1] │ │ 927 │ * @desc 点击查看更多 │ │ 928 │ * @param {数据模块参数} │ │ 929 │ */ │ │ 930 │ @GuestAndOrgInterceptors('guestAndLoginDialog') │ │ · ─ │ │ 931 │ onMore({ name, value, otherName, isOtherName } = {}) { │ │ 932 │ if (value == 'DynamicBills') { │ │ 932 │ localStorage.setItem('defaultMenu', 'dailyReview') │ │ ╰──── │ │ │ ╰─▶ Syntax Error
The text was updated successfully, but these errors were encountered:
Hello. Please provide a reproduction repository or online demo. For background, see Why reproductions are required. Thanks ❤️
Sorry, something went wrong.
No branches or pull requests
无法使用注释。
=========================日志================================
File: F:\developer\workspace\h5\xxxx\src\frontPage\views\index\Index.vue?vue&type=script&lang=js:1:1
× Module build failed:
├─▶ × × Unexpected token
@
. Expected identifier, string literal, numeric literal or [ for the computed key│ │ ╭─[F:\developer\workspace\h5\xxxx\src\frontPage\views\index\Index.vue:930:1]
│ │ 927 │ * @desc 点击查看更多
│ │ 928 │ * @param {数据模块参数}
│ │ 929 │ */
│ │ 930 │ @GuestAndOrgInterceptors('guestAndLoginDialog')
│ │ · ─
│ │ 931 │ onMore({ name, value, otherName, isOtherName } = {}) {
│ │ 932 │ if (value == 'DynamicBills') {
│ │ 932 │ localStorage.setItem('defaultMenu', 'dailyReview')
│ │ ╰────
│ │
│
╰─▶ Syntax Error
The text was updated successfully, but these errors were encountered: