fix: quasar for-each error

This commit is contained in:
Vlad Stan
2023-01-18 10:35:27 +02:00
parent 975bbc2633
commit a950af9944

View File

@@ -3,7 +3,8 @@ new Vue({
data: function () { data: function () {
return { return {
searchTerm: '', searchTerm: '',
filteredExtensions: null filteredExtensions: null,
maxStars: 5
} }
}, },
mounted() { mounted() {