From c992e66812f0deafce1e50dd54b927034cfeae22 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期五, 22 四月 2022 16:18:30 +0800
Subject: [PATCH] 开通接口

---
 src/main.ts |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/main.ts b/src/main.ts
index 885a4d8..9359c6e 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -11,6 +11,9 @@
 import * as VueWindow from "@hscmap/vue-window";
 
 import VueAwesomeSwiper from "vue-awesome-swiper";
+import ToggleButton from 'vue-js-toggle-button';
+import ImageShow from './scripts/component.js'
+
 import "swiper/dist/css/swiper.css";
 
 
@@ -22,6 +25,9 @@
 Vue.use(preview);
 Vue.use(VueWindow);
 Vue.use(VueAwesomeSwiper as any);
+Vue.use(ToggleButton)
+Vue.use(ImageShow)
+
 
 
 

--
Gitblit v1.8.0