Skip to content

docs: remove "computed" from composable usage restrictions#3314

Merged
bencodezen merged 1 commit intovuejs:mainfrom
cernymatej:patch-1
Feb 22, 2026
Merged

docs: remove "computed" from composable usage restrictions#3314
bencodezen merged 1 commit intovuejs:mainfrom
cernymatej:patch-1

Conversation

@cernymatej
Copy link
Contributor

This PR removes the mention of linking computed properties to the instance of a component in order to be stopped.
If I'm not mistaken, this is no longer how computed properties work after the reactivity refactor introduced in 3.5 vuejs/core#10397. Computed properties now do not need to be stopped and can be garbage collected once they are no longer in scope.

@netlify
Copy link

netlify bot commented Nov 22, 2025

Deploy Preview for vuejs ready!

Name Link
🔨 Latest commit 9345f38
🔍 Latest deploy log https://app.netlify.com/projects/vuejs/deploys/69221f20e8f09a00081f3017
😎 Deploy Preview https://deploy-preview-3314--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.

Copy link
Member

@bencodezen bencodezen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@bencodezen bencodezen merged commit c75d9a8 into vuejs:main Feb 22, 2026
4 checks passed
@cernymatej cernymatej deleted the patch-1 branch February 22, 2026 16:58
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.

2 participants