From 83b6b31eded4cea42526fb9f9945b793f00e7d11 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Thu, 2 Mar 2023 09:33:34 +0000 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=8F=AF=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E8=A1=A8=E6=A0=BC=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/components/draggable-table/index.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/components/draggable-table/index.vue b/src/components/draggable-table/index.vue index c84c85e..e2efa4f 100644 --- a/src/components/draggable-table/index.vue +++ b/src/components/draggable-table/index.vue @@ -49,3 +49,18 @@ export default { } } + + \ No newline at end of file -- Gitee