Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
736
Widok
0
28/08/2021 10:00 pm
Topic starter
example
1 Answer
0
28/08/2021 10:01 pm
Topic starter
export default { props: [ 'myData'], watch: { myData: { handler: function (oldItem,newItem) { this.myMethod(); }, deep: true }, },