From 4964aa7f82cf72c08cb1cf357b975d0122d73e5e Mon Sep 17 00:00:00 2001
From: he wei <858544502@qq.com>
Date: 星期二, 02 十一月 2021 09:51:03 +0800
Subject: [PATCH] U 新建工单 工单列表

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

diff --git a/src/main.js b/src/main.js
index 0576c68..8d22e50 100644
--- a/src/main.js
+++ b/src/main.js
@@ -8,6 +8,11 @@
 import ElementUI from 'element-ui'
 import 'element-ui/lib/theme-chalk/index.css'
 
+import FlexLayout from './components/FlexLayout.vue'
+
+// 娉ㄥ唽鍏ㄥ眬鑷畾涔夌粍浠�
+Vue.component("FlexLayout", FlexLayout);
+
 Vue.config.productionTip = false
 
 Vue.prototype.$axios = axios;

--
Gitblit v1.9.1