From 57e4a101d10685bb36431dfb782598a7ddbb65a9 Mon Sep 17 00:00:00 2001 From: Jsonco Date: Tue, 25 Mar 2025 22:30:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=80=E7=A7=8D=E8=BF=9B?= =?UTF-8?q?=E5=BA=A6=E6=9D=A1=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../UIdemo/components/loading/reactor.vue | 161 ++++++++++++++++++ src/plugins/UIdemo/index.js | 4 +- 2 files changed, 163 insertions(+), 2 deletions(-) create mode 100644 src/plugins/UIdemo/components/loading/reactor.vue diff --git a/src/plugins/UIdemo/components/loading/reactor.vue b/src/plugins/UIdemo/components/loading/reactor.vue new file mode 100644 index 00000000..40eb1283 --- /dev/null +++ b/src/plugins/UIdemo/components/loading/reactor.vue @@ -0,0 +1,161 @@ + + + + + + diff --git a/src/plugins/UIdemo/index.js b/src/plugins/UIdemo/index.js index bc28be53..2c7942ff 100644 --- a/src/plugins/UIdemo/index.js +++ b/src/plugins/UIdemo/index.js @@ -15,5 +15,5 @@ import starLoading from 'PLS/UIdemo/components/loading/starLoading.vue' import randomLoading from 'PLS/UIdemo/components/loading/randomLoading.vue' import defaultLoading from 'PLS/UIdemo/components/loading/default.vue' import * as ThreeMeshUI from 'PLS/UIdemo/lib/three-mesh-ui.module.js' - -export { loading1, loading2, bubbleLoading, vnyoonLoading, yangyangLoading, starLoading, randomLoading, defaultLoading, ThreeMeshUI } +import reactor from 'PLS/UIdemo/components/loading/reactor.vue' +export {reactor, loading1, loading2, bubbleLoading, vnyoonLoading, yangyangLoading, starLoading, randomLoading, defaultLoading, ThreeMeshUI }