fix: quasar for-each error
This commit is contained in:
parent
975bbc2633
commit
a950af9944
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ new Vue({
|
||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
searchTerm: '',
|
searchTerm: '',
|
||||||
filteredExtensions: null
|
filteredExtensions: null,
|
||||||
|
maxStars: 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue