From 6068f36e0828576f798aad0d6ccaedfd80671ec5 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Mon, 5 Oct 2020 23:14:46 +0300 Subject: [PATCH] Update options-data.md --- src/api/options-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/options-data.md b/src/api/options-data.md index 34d854bbe0..f95e143a84 100644 --- a/src/api/options-data.md +++ b/src/api/options-data.md @@ -92,7 +92,7 @@ - **Details:** - Computed properties to be mixed into the Vcomponent instance. All getters and setters have their `this` context automatically bound to the component instance. + Computed properties to be mixed into the component instance. All getters and setters have their `this` context automatically bound to the component instance. Note that if you use an arrow function with a computed property, `this` won't be the component's instance, but you can still access the instance as the function's first argument: