Skip to content

docs(computed): correct the arguments of the computed getter function #3245

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

Closed
wants to merge 1 commit into from

Conversation

anderlaw
Copy link

@anderlaw anderlaw commented Jun 6, 2025

computed.md

Description of Problem

The document says that the previous value is accessed through the first parameter, while the demonstration code accesses it through the second parameter. I checked the source code and did not find any processing logic for multiple parameters.

Proposed Solution

Remove redundant parameters

Copy link

netlify bot commented Jun 6, 2025

Deploy Preview for vuejs ready!

Name Link
🔨 Latest commit f8849e4
🔍 Latest deploy log https://app.netlify.com/projects/vuejs/deploys/6842a0244bd1d30008ccf4aa
😎 Deploy Preview https://deploy-preview-3245--vuejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@anderlaw anderlaw changed the title Corrected the arguments of the computed with a single getter in compu… docs(computed): correct the arguments of the computed getter function Jun 6, 2025
@anderlaw anderlaw closed this Jun 6, 2025
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

Successfully merging this pull request may close these issues.

1 participant