Skip to content

Commit 00dea15

Browse files
authored
oops
1 parent 0acca52 commit 00dea15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = ({ history, elementId, reset = true, limit = 20 }) => {
2525
}
2626
}
2727
},
28-
render: () => {
28+
render: ({ ctx }) => {
2929
if(ctx.get('scroll') !== false) {
3030
const { location } = history;
3131
const state = location.state || {};

0 commit comments

Comments
 (0)