From 9ab6ed0f11df8409d3525910f0bb468c37916199 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 17 Apr 2023 10:17:33 +0800 Subject: [PATCH] bug --- .../AppIntegratingPublic.vue | 63 ++++++ .../AppIntegratingPublic/components/Add.vue | 148 +++++++++++++ .../AppIntegratingPublic/components/List.vue | 204 ++++++++++++++++++ 3 files changed, 415 insertions(+) create mode 100644 project/fengdu/app/AppIntegratingPublic/AppIntegratingPublic.vue create mode 100644 project/fengdu/app/AppIntegratingPublic/components/Add.vue create mode 100644 project/fengdu/app/AppIntegratingPublic/components/List.vue diff --git a/project/fengdu/app/AppIntegratingPublic/AppIntegratingPublic.vue b/project/fengdu/app/AppIntegratingPublic/AppIntegratingPublic.vue new file mode 100644 index 00000000..3d7873be --- /dev/null +++ b/project/fengdu/app/AppIntegratingPublic/AppIntegratingPublic.vue @@ -0,0 +1,63 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingPublic/components/Add.vue b/project/fengdu/app/AppIntegratingPublic/components/Add.vue new file mode 100644 index 00000000..99391a45 --- /dev/null +++ b/project/fengdu/app/AppIntegratingPublic/components/Add.vue @@ -0,0 +1,148 @@ + + + + + diff --git a/project/fengdu/app/AppIntegratingPublic/components/List.vue b/project/fengdu/app/AppIntegratingPublic/components/List.vue new file mode 100644 index 00000000..ed5b9458 --- /dev/null +++ b/project/fengdu/app/AppIntegratingPublic/components/List.vue @@ -0,0 +1,204 @@ + + + + +