You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mixins are a subset of behaviors, so you can basically just rename your mixins block to behaviors.
You are correct in that behaviors can supply computing functions for computed properties or inline computed functions in templates. With the added functionality of behaviors, they can also define properties that will be added to the prototype.
Hi,
What is the official determination of using
mixins
as computed property or template methods? This sample was working early on in0.8-preview
:In
0.8.0-rc.7
, it does not seem that themixin
methods are available when the properties are computed, I am seeing errors like so:The text was updated successfully, but these errors were encountered: