Would someone please help me understand what is happening with the `mounted()` function: I notice `popupItem` is set to `$el` but `popupItem` is never defined. ```javascript mounted () { // prevent click outside event with popupItem. this.popupItem = this.$el }, ```
Would someone please help me understand what is happening with the
mounted()function:I notice
popupItemis set to$elbutpopupItemis never defined.