I have several forms and input fields that I use in my Customize.vue file. I have to detect any unsaved changes and trigger a notification.
methods: {
alertChange() {
this.$notify.make('You have unsaved changes!', 'warning');
}
}
I have several forms and input fields that I use in my Customize.vue file. I have to detect any unsaved changes and trigger a notification.
methods: {
alertChange() {
this.$notify.make('You have unsaved changes!', 'warning');
}
}