forked from platypush/platypush
All EntityMixin components should be allowed to emit loading
events.
This commit is contained in:
parent
2c93049ee5
commit
1020b63da7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import Utils from "@/Utils"
|
|||
export default {
|
||||
name: "EntityMixin",
|
||||
mixins: [Utils],
|
||||
emits: ['input'],
|
||||
emits: ['input', 'loading'],
|
||||
props: {
|
||||
loading: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Reference in a new issue