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 {
|
export default {
|
||||||
name: "EntityMixin",
|
name: "EntityMixin",
|
||||||
mixins: [Utils],
|
mixins: [Utils],
|
||||||
emits: ['input'],
|
emits: ['input', 'loading'],
|
||||||
props: {
|
props: {
|
||||||
loading: {
|
loading: {
|
||||||
type: Boolean,
|
type: Boolean,
|
||||||
|
|
Loading…
Reference in a new issue