1👍
You should look at using ‘refs’ to select a DOM directly instead of native javascript and CSS selectors.
For example this.$refs[this.id]
- [Vuejs]-What is the correct way for Mock my ActionContext in my unit test case?
- [Vuejs]-I want to remove one script tag from page in vuejs and laravel
Source:stackexchange.com