Код: Выделить всё
watch: {
jobListAmount(newValue, oldValue) {
if (newValue - oldValue == 1) {
document.getElementById("clkSoundPlay").click();
}
Есть ли какой-нибудь способ сделать это?
Подробнее здесь: https://stackoverflow.com/questions/791 ... nteraction
Мобильная версия