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 untrusted user: blacklight
GPG key ID: D90FBA7F76362774

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,