In the picture above I am trying to access the Connection variable in a jQuery function I set in mounted(). However “this” refers to the button I am adding the eventListener to and not the Vue page itself. How can I access this.connection from the jQuery function?
1 post - 1 participant