fix: init filteredExtensions
with []
(#1543)
This commit is contained in:
parent
a154ff3175
commit
f9695c0569
|
@ -3,7 +3,7 @@ new Vue({
|
|||
data: function () {
|
||||
return {
|
||||
searchTerm: '',
|
||||
filteredExtensions: null,
|
||||
filteredExtensions: [],
|
||||
maxStars: 5,
|
||||
user: null
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user