From 950d27b2cf9970de1be4bbd3d3c30c5bf0af16e7 Mon Sep 17 00:00:00 2001 From: SauceyRed Date: Wed, 9 Jul 2025 07:38:50 +0200 Subject: [PATCH] feat(wip): add custom context menu --- components/ContextMenu.vue | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 components/ContextMenu.vue diff --git a/components/ContextMenu.vue b/components/ContextMenu.vue new file mode 100644 index 0000000..3e710af --- /dev/null +++ b/components/ContextMenu.vue @@ -0,0 +1,52 @@ + + + + + \ No newline at end of file