diff --git a/src/guide/essentials/computed.md b/src/guide/essentials/computed.md index a8f0532abf..47a46da76c 100644 --- a/src/guide/essentials/computed.md +++ b/src/guide/essentials/computed.md @@ -263,8 +263,15 @@ Now when you run `fullName.value = 'John Doe'`, the setter will be invoked and ` - Only supported in 3.4+ +
+ +In case you need it, you can get the previous value returned by the computed property accessing the first argument of the getter: +