Skip to content

Instantly share code, notes, and snippets.

@cjlaborde
Last active May 7, 2020 19:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cjlaborde/76b29dd66ed21889a2b0937c4998c77e to your computer and use it in GitHub Desktop.
How to interact with Libraries

How to interact with Libraries

Use querySelector

this.$refs.datepicker.$el.querySelector('.datepicker__input').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment