Skip to content

Commit 8ef6851

Browse files
committed
Fix: edits don't make history
1 parent d3a9099 commit 8ef6851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export default {
142142
},
143143
144144
applyUrlHash() {
145-
window.location.hash = `#${serializeState(this.$data)}`
145+
window.location.replace(`#${serializeState(this.$data)}`)
146146
},
147147
},
148148
}

0 commit comments

Comments
 (0)