We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acca52 commit 00dea15Copy full SHA for 00dea15
src/main.js
@@ -25,7 +25,7 @@ module.exports = ({ history, elementId, reset = true, limit = 20 }) => {
25
}
26
27
},
28
- render: () => {
+ render: ({ ctx }) => {
29
if(ctx.get('scroll') !== false) {
30
const { location } = history;
31
const state = location.state || {};
0 commit comments