diff --git a/README.md b/README.md index 79d8776..cd612b1 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,7 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信文章 - [x] 支持自定义 CSS 样式并实时渲染 - [x] 支持一键恢复至默认内容及样式 - [x] 支持打开或关闭引用链接的选项 -- [ ] 支持在编辑框右键弹出功能选项卡 -- [ ] 支持更加人性化的插入表格功能 +- [x] 支持在编辑框右键弹出功能选项卡 ![select-and-change-color-theme](https://imgkr.cn-bj.ufileos.com/32c05c23-6309-491f-bd0d-f22a62c944b4.gif) diff --git a/package.json b/package.json index 653cde0..9df05be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-md", - "version": "1.3.3", + "version": "1.3.4", "private": true, "homepage": "https://doocs.gitee.io/md", "scripts": { diff --git a/src/App.vue b/src/App.vue index a830207..da0d8bc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -36,6 +36,6 @@ export default { opacity: 1; } .fade-enter-active,.fade-leave-active{ - transition: all 2s; + transition: all 1s; } diff --git a/src/components/Loading.vue b/src/components/Loading.vue index 0ed781e..fe344b3 100644 --- a/src/components/Loading.vue +++ b/src/components/Loading.vue @@ -2,7 +2,7 @@