0👍
Try to use nextTick
after trigger.click
because a click is not processed immediately and only on a next tick you’ll see changes.
- [Vuejs]-How to proxy to my domain with port from request urls that start with api?
- [Vuejs]-Vue JS external Android library interaction (Zebra)
Source:stackexchange.com