Skip to content

Commit eeb9253

Browse files
committed
chore: add comment to editor beforeUnmount
1 parent 4b23cb6 commit eeb9253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/editor.vue

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ watchDebounced(
7575
{debounce: 500, maxWait: 1500},
7676
)
7777
78+
// TODO: maybe save before destroy
7879
onBeforeUnmount(() => console.log('destroying'))
7980
</script>
8081

0 commit comments

Comments
 (0)