mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-22 14:22:55 +01:00
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 () {
|
||||
return {
|
||||
searchTerm: '',
|
||||
filteredExtensions: null
|
||||
filteredExtensions: null,
|
||||
maxStars: 5
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
|
Loading…
Add table
Reference in a new issue