Accessing property inside filter functions not possible? #1038
-
I'm trying to access a property inside the filter function, but allways get null as response. I'm using the mount function to initiate the property like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From memory, filters is run before anything else. So you'll need to make sure you're setting your variable in the right place. |
Beta Was this translation helpful? Give feedback.
From memory, filters is run before anything else. So you'll need to make sure you're setting your variable in the right place.