mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
fix on line 191 mdAutocomplete
This commit is contained in:
parent
00123e5d42
commit
b15f0a03a3
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@
|
|||
errorMessage = 'You should use a `filterList` function prop with the `list` prop';
|
||||
}
|
||||
|
||||
if (!fetch) {
|
||||
if (!this.fetch) {
|
||||
errorMessage = 'You should use a `fetch` function prop';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue