From 77f72f35311279b0b85854f516739843f97e03a0 Mon Sep 17 00:00:00 2001 From: rca Date: Mon, 22 Jul 2024 05:36:44 +0900 Subject: [PATCH] =?UTF-8?q?wrapper=E3=81=AB=E5=88=86=E5=89=B2=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=20WIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HistoryComponent.vue | 33 +++++++++------------- src/components/HistoryWrappedComponent.vue | 20 +++++++++++++ 2 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 src/components/HistoryWrappedComponent.vue diff --git a/src/components/HistoryComponent.vue b/src/components/HistoryComponent.vue index e196dc0..4e5bd17 100644 --- a/src/components/HistoryComponent.vue +++ b/src/components/HistoryComponent.vue @@ -1,22 +1,18 @@