don't override values, just load_more on mount

This commit is contained in:
luce 2025-07-29 13:52:09 +02:00
commit a3bd0cd14d

View file

@ -55,7 +55,7 @@ const PageList = {
} }
}, },
mounted () { mounted () {
this.reset() this.load_more()
} }
} }
export default PageList export default PageList