Handle explicit mention changes in status updates
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
125 125 generateTagLink (tag) { 126 126 return `/tag/${tag}` 127 127 } 128 }, 129 watch: { 130 'status.raw_html' (newVal, oldVal) { 131 if (newVal !== oldVal) { In Vue.js,
watch
basically tells the component to perform a certain functionality whenever the value of a variable changes.Edited by Sean King
mentioned in commit e764fbe8
Please register or sign in to reply