chenjidu

Results 2 comments of chenjidu

`import _ from "lodash"; const windowHistory = window.history; router.beforeEach((to, from, next) => { if (_.isEmpty(windowHistory.state.current)) { _.assign(windowHistory.state, { current: from.fullPath }); } next(); });`

![1627612018(1)](https://user-images.githubusercontent.com/25902575/127590815-60338414-2d49-455e-ac20-6d08885d50b3.jpg) ![1627612036(1)](https://user-images.githubusercontent.com/25902575/127590820-a756c3e6-cec5-45c7-b00c-f53e6fd771ae.jpg) When you drag, you can generate guides like the picture