From 2c7986034d635d8c8dcbe230ce0e5e74aa02c751 Mon Sep 17 00:00:00 2001 From: Fabrizio Calderan Date: Tue, 30 Nov 2021 21:52:59 +0100 Subject: [PATCH] [docs] A reference of the field variable is missing in the sidebar (#6815) --- site/content/tutorial/06-bindings/14-component-this/text.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/site/content/tutorial/06-bindings/14-component-this/text.md b/site/content/tutorial/06-bindings/14-component-this/text.md index 68c8c05a46..e389dbbacf 100644 --- a/site/content/tutorial/06-bindings/14-component-this/text.md +++ b/site/content/tutorial/06-bindings/14-component-this/text.md @@ -2,9 +2,13 @@ title: Binding to component instances --- -Just as you can bind to DOM elements, you can bind to component instances themselves. For example, we can bind the instance of `` to a prop named `field` in the same way we did when binding DOM Elements +Just as you can bind to DOM elements, you can bind to component instances themselves. For example, we can bind the instance of `` to a variable named `field` in the same way we did when binding DOM Elements ```html + + ```