From 03e24712b3534ffacd58ac8237237eccd4a4dd02 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sun, 12 Nov 2023 11:02:49 +0800
Subject: [PATCH] 组件位置调整

---
 main.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.js b/main.js
index 6c5e709..43c3613 100644
--- a/main.js
+++ b/main.js
@@ -2,8 +2,8 @@
 import App from './App'
 import store from '@/store';
 
-import boxTitle from '@/components/boxTitle/index.vue';
-Vue.component('box-title', boxTitle) // 
+// import boxTitle from '@/components/boxTitle/index.vue';
+// Vue.component('box-title', boxTitle) // 
 
 Vue.config.productionTip = false;
 

--
Gitblit v1.9.3