fix: quasar for-each error

This commit is contained in:
Vlad Stan
2023-01-18 17:38:51 +02:00
parent 975bbc2633
commit a950af9944
+2 -1
View File
@@ -3,7 +3,8 @@ new Vue({
data: function () {
return {
searchTerm: '',
filteredExtensions: null
filteredExtensions: null,
maxStars: 5
}
},
mounted() {