From a4f81d8389c81893fe3e7c19218f0988b0f67993 Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期五, 18 二月 2022 20:58:23 +0800
Subject: [PATCH] 问题修改

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

diff --git a/src/main.js b/src/main.js
index 29c4022..02e2329 100644
--- a/src/main.js
+++ b/src/main.js
@@ -35,6 +35,8 @@
 import VueMeta from 'vue-meta'
 // 瀛楀吀鏁版嵁缁勪欢
 import DictData from '@/components/DictData'
+// 寮瑰嚭灞傜粍浠�
+import Dialog from '@/components/Dialog/index'
 
 // 鍏ㄥ眬鏂规硶鎸傝浇
 Vue.prototype.getDicts = getDicts
@@ -54,6 +56,7 @@
 Vue.component('Editor', Editor)
 Vue.component('FileUpload', FileUpload)
 Vue.component('ImageUpload', ImageUpload)
+Vue.component('Dialog', Dialog)
 
 Vue.use(directive)
 Vue.use(plugins)

--
Gitblit v1.9.1