VueJS computed properties in Trame? #122
-
I found myself writing very long strings in Is there a possibility to define computed properties in Trame that would be client-only? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
We could make that possible but having them computed on the server with some |
Beta Was this translation helpful? Give feedback.
-
But we could create some declarative vue components to update those computed / client-only properties. |
Beta Was this translation helpful? Give feedback.
We could make that possible but having them computed on the server with some
@state.change('a', 'b', 'c')
logic.