diff --git a/package.json b/package.json index 961853b..25d9f1a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,10 @@ "url": "git+https://github.com/halo-dev/halo-comment.git" }, "author": "halo-dev", - "contributors": ["ruibaby","johnniang"], + "contributors": [ + "ruibaby", + "johnniang" + ], "bugs": { "url": "https://github.com/halo-dev/halo-comment/issues" }, @@ -25,6 +28,7 @@ "md5": "^2.2.1", "nprogress": "^0.2.0", "simplemde": "^1.11.2", + "v-emoji-picker": "^1.1.5", "vue": "^2.6.10" }, "devDependencies": { diff --git a/src/components/CommentEditor.vue b/src/components/CommentEditor.vue index bfebb07..68f69b7 100644 --- a/src/components/CommentEditor.vue +++ b/src/components/CommentEditor.vue @@ -6,6 +6,14 @@ @click.self="close" @keydown.esc.once="close" > +