top | item 14624534 (no title) afd8856 | 8 years ago Somewhat magical.All bound expressions in Vue are javascript expressions. Names are typically bound on "this", which is the component instance. So the above expression is equivalent to this.toggleVar = !this.toggleVar. discuss order hn newest ng12|8 years ago Not entirely true -- I know there's at least special processing for filters: https://vuejs.org/v2/guide/syntax.html#Filters
ng12|8 years ago Not entirely true -- I know there's at least special processing for filters: https://vuejs.org/v2/guide/syntax.html#Filters
ng12|8 years ago