Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

vue deep watch

watch: {
    colors: {
        handler(newValue){
            console.log('colors changed', newValue)
        }, deep: true
    }
}
 
PREVIOUS NEXT
Tagged: #vue #deep #watch
ADD COMMENT
Topic
Name
5+1 =