АМ
Size: a a a
АМ
Н
E
E
Н
Н
Н
E
E
Н
CB
AD
ЙП
DK
ЙП
DK
P
async save () {ребят,подскажите,почему $emit не срабатывает?
try {
this.$store.dispatch('user/SetLoading', true)
await this.$store.dispatch('user/setData', this.data)
}
finally {
this.$store.dispatch('user/SetLoading', false)
this.$emit('toggleCommentField',false)
}
}
AS
async save () {ребят,подскажите,почему $emit не срабатывает?
try {
this.$store.dispatch('user/SetLoading', true)
await this.$store.dispatch('user/setData', this.data)
}
finally {
this.$store.dispatch('user/SetLoading', false)
this.$emit('toggleCommentField',false)
}
}
AS