From 271ca6cb0ee2ff0a789bf74d1821e7891a7043bb Mon Sep 17 00:00:00 2001
From: inleft <inleft@qq.com>
Date: Tue, 30 Aug 2022 21:57:42 +0800
Subject: [PATCH] 自定义表情组件

---
 src/components/swichLabel/edit.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/components/swichLabel/edit.vue b/src/components/swichLabel/edit.vue
index 220052c..b1068a7 100644
--- a/src/components/swichLabel/edit.vue
+++ b/src/components/swichLabel/edit.vue
@@ -396,6 +396,8 @@
 		queryBlogArticleType
 	} from '../../api/blogArticleType.js'
 
+	import MyOwO from '../common/MyOwO.vue'
+
 	import VueMarkdown from 'vue-markdown'
 	const exp1 =
 		"### &ensp;&ensp;十里平湖 \r> ##### (卢照邻·唐)  \r> 化自《长安古意》 \r* 十里平湖霜满天 \r* 寸寸青丝愁华年 \r* 对月形单望相护 \r* 只羡鸳鸯不羡仙 \r![](http://blog.inleft.com/photo/example.jpg)\n\n";
@@ -405,7 +407,8 @@
 
 	export default {
 		components: {
-			VueMarkdown
+			VueMarkdown,
+			MyOwO,
 		},
 		beforeMount() {
 			queryBlogArticleType({}).then((res) => {

--
Gitblit v1.9.1