This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Feature request: make one-way expression bindings for components #13854
Closed
Description
There seems to be little value in the ability of components to change values in the parent scope via two-way =
-bindings. @
-bindings are one-way, but they can be used only for string values. It'd be logical to introduce a new kind of one-way bindings for expressions of any type or to change the behavior of =
-bindings for components (defined with the component
method).