Skip to content

Commit

Permalink
chore: remove unused import and upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed Oct 29, 2021
1 parent f0a4593 commit 544483c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "md",
"version": "1.5.0",
"version": "1.5.5",
"private": false,
"scripts": {
"serve": "node manifest.js & npm run dev:h5",
Expand Down
2 changes: 0 additions & 2 deletions src/components/CodemirrorEditor/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@

<script>
import {
downloadMD,
setFontSize,
fixCodeWhiteSpace,
setColorWithCustomTemplate,
Expand Down Expand Up @@ -287,7 +286,6 @@ export default {
document.execCommand("copy");
window.getSelection().removeAllRanges();
fixCodeWhiteSpace("normal");
clipboardDiv.innerHTML = this.output;
// 输出提示
this.$notify({
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "微信 Markdown 编辑器",
"appid": "",
"description": "",
"versionName": "1.0.0",
"versionName": "1.5.5",
"versionCode": "100",
"transformPx": false,
"h5": {
Expand Down

0 comments on commit 544483c

Please sign in to comment.