fix: init filteredExtensions with [] (#1543)
This commit is contained in:
parent
a154ff3175
commit
f9695c0569
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ new Vue({
|
|||
data: function () {
|
||||
return {
|
||||
searchTerm: '',
|
||||
filteredExtensions: null,
|
||||
filteredExtensions: [],
|
||||
maxStars: 5,
|
||||
user: null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue