Skip to content

Commit 4633432

Browse files
author
Pablo Henrique Penha Silva
committed
adding parentContainer in data
1 parent aae2375 commit 4633432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/mdInputContainer/mdAutocomplete.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
loading: false,
4545
query: '',
4646
selected: null,
47-
timeout: 0
47+
timeout: 0,
48+
parentContainer: null,
4849
};
4950
},
5051
computed: {

0 commit comments

Comments
 (0)