From 350d3b53cc749acac71bcde59f23e4dcf993899a Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Sat, 15 Jul 2023 11:55:16 +0900 Subject: [PATCH] =?UTF-8?q?Backend=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/RuleEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/RuleEditor.vue b/frontend/src/pages/RuleEditor.vue index 962845f..8f6ff1b 100644 --- a/frontend/src/pages/RuleEditor.vue +++ b/frontend/src/pages/RuleEditor.vue @@ -44,6 +44,6 @@ const props = withDefaults(defineProps(), { actions:()=>["フィールド制御","一覧画面","その他"] }); function onItemClick(evt: Event){ - return; + return; }