mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
adding parentContainer in data
This commit is contained in:
parent
aae237522f
commit
4633432091
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@
|
|||
loading: false,
|
||||
query: '',
|
||||
selected: null,
|
||||
timeout: 0
|
||||
timeout: 0,
|
||||
parentContainer: null,
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue