0👍
You need to identify the actual <input>
element in the html. Vuetify generates an id for each so use that:
.setValue('#input-312', 'huxy')
- [Vuejs]-Vue – Error: Cannot find module 'webpack/bin/config-yargs'
- [Vuejs]-Scroll to anchor on refresh or on manual URL change
Source:stackexchange.com