diff --git a/src/components/AiCard.vue b/src/components/AiCard.vue index 1764f578..6aa29fbf 100644 --- a/src/components/AiCard.vue +++ b/src/components/AiCard.vue @@ -19,7 +19,7 @@
-
+
@@ -46,6 +46,9 @@ export default { top: detail.y + 'px' } this.menu = !this.menu + }, + handleClose() { + this.menu = false } } }