From 90b96fb442a3f0fcd51f56ab7a49e5628e88ecb8 Mon Sep 17 00:00:00 2001 From: wuyouhua <37034209+wuyouhuaz@users.noreply.github.com> Date: Sat, 30 Oct 2021 14:23:21 +0800 Subject: [PATCH 1/5] change demo--add jsx template --- src/view/demo.vue | 127 +++++++++++++++++++++++++--------------------- 1 file changed, 68 insertions(+), 59 deletions(-) diff --git a/src/view/demo.vue b/src/view/demo.vue index d23d5df..945f123 100644 --- a/src/view/demo.vue +++ b/src/view/demo.vue @@ -1,33 +1,34 @@ @@ -35,20 +36,20 @@ - + From 885461ddeca4b988dd9cde8e7fa7e1d7727654c6 Mon Sep 17 00:00:00 2001 From: wuyouhua <37034209+wuyouhuaz@users.noreply.github.com> Date: Sat, 30 Oct 2021 14:24:29 +0800 Subject: [PATCH 2/5] fix warning --- src/lib/dragTreeTable.vue | 1072 +++++++++++++++++++------------------ 1 file changed, 543 insertions(+), 529 deletions(-) diff --git a/src/lib/dragTreeTable.vue b/src/lib/dragTreeTable.vue index e72b942..74a05ee 100644 --- a/src/lib/dragTreeTable.vue +++ b/src/lib/dragTreeTable.vue @@ -1,592 +1,606 @@ From b4ee265f952d007a49081a4b19168e35c0890de8 Mon Sep 17 00:00:00 2001 From: wuyouhua <37034209+wuyouhuaz@users.noreply.github.com> Date: Sat, 30 Oct 2021 14:25:06 +0800 Subject: [PATCH 3/5] add jsx template --- src/lib/row.vue | 505 ++++++++++++++++++++++++++---------------------- 1 file changed, 271 insertions(+), 234 deletions(-) diff --git a/src/lib/row.vue b/src/lib/row.vue index d235854..bb271ee 100644 --- a/src/lib/row.vue +++ b/src/lib/row.vue @@ -1,241 +1,278 @@