All EntityMixin components should be allowed to emit `loading` events.

This commit is contained in:
Fabio Manganiello 2023-09-15 00:34:29 +02:00
parent 2c93049ee5
commit 1020b63da7
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import Utils from "@/Utils"
export default {
name: "EntityMixin",
mixins: [Utils],
emits: ['input'],
emits: ['input', 'loading'],
props: {
loading: {
type: Boolean,