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
type in something in third input whose v-model="this['test 1']", then you will find this['test 1'] will not be updated.
What is expected?
the behavior should be same as the second input whose v-model="$data['test 1']", when users type in something, the data property='test 1' will be updated.