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