From 8e095b51e344d9b2f3749b0ae9359122f50c078f Mon Sep 17 00:00:00 2001 From: "maxiaozhe@alicorns.co.jp" Date: Fri, 8 Sep 2023 21:17:20 +0900 Subject: [PATCH] =?UTF-8?q?FlowChart=E5=89=8A=E9=99=A4=E3=83=A1=E3=83=8B?= =?UTF-8?q?=E3=83=A5=E3=83=BC=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/index.html | 2 +- frontend/src/components/main/NodeItem.vue | 22 +++++++++++++++++++--- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 3c8c78f..43d25b2 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,5 +1,5 @@ - + <%= productName %> diff --git a/frontend/src/components/main/NodeItem.vue b/frontend/src/components/main/NodeItem.vue index bbee29c..6bd3a5e 100644 --- a/frontend/src/components/main/NodeItem.vue +++ b/frontend/src/components/main/NodeItem.vue @@ -2,9 +2,25 @@
- -
{{ node.title }}
+
{{ node.subTitle }}
+ + + + + + 削除する + + + 以下すべて削除する + + + + +
+ + +
{{ node.title }}