mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 12:32:34 +02:00
fix: quasar for-each error
This commit is contained in:
@@ -3,7 +3,8 @@ new Vue({
|
|||||||
data: function () {
|
data: function () {
|
||||||
return {
|
return {
|
||||||
searchTerm: '',
|
searchTerm: '',
|
||||||
filteredExtensions: null
|
filteredExtensions: null,
|
||||||
|
maxStars: 5
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
Reference in New Issue
Block a user