QTable with QPopupEdit #12493
-
|
Am i missing something here when using QPopupEdit? Is this component more of less useless? I can't seem to find a way to use it without getting a error about mutating the value from outside a mutation. Is this a way to use this with overriding the 'save' event that is fire when auto-save is enabled? That seems like it would be useful if we could redefine what is triggered when auto-save is enabled, in order to dispatch an action which then calls a mutation. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It seems like you're having problems because of the way you've structured your code rather than the https://vuejs.org/guide/essentials/computed.html#writable-computed |
Beta Was this translation helpful? Give feedback.
It seems like you're having problems because of the way you've structured your code rather than the
QPopupEdititself. Create a computed property with getter and setter, so you won't get the error anymore.https://vuejs.org/guide/essentials/computed.html#writable-computed