How do I warn a user of unsaved changes before leaving a page in Vue

前端 未结 3 1440
天命终不由人
天命终不由人 2021-02-02 09:28

I have an UnsavedChangesModal as a component that needs to be launched when the user tries to leave the page when he has unsaved changes in the input fields (I have

3条回答
  •  醉酒成梦
    2021-02-02 09:54

    Are you using vue-router? I would look into navigation guards. I keep them in mind, but haven't used them myself yet. Here's the documentation on them: https://router.vuejs.org/guide/advanced/navigation-guards.html

提交回复
热议问题