From fc0526d518ebf4d262f8af7992805ca3f9278a91 Mon Sep 17 00:00:00 2001 From: Robert Rosman Date: Sun, 12 May 2024 06:27:39 +0200 Subject: [PATCH] feat: add draw events to PaintEditor --- src/App.vue | 11 ++++++++++- src/components/PaintEditor.vue | 6 ++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index e7ca05e..4ccbf16 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@