[Vuejs]-How to use a JQuery element in Vue 'data' option using TypeScript?

0👍

The correct type should be:

_myJqueryElement: JQuery<HTMLElement>

Leave a comment