chore: remove unused import and upgrade version

This commit is contained in:
yanglbme 2021-10-29 10:02:50 +08:00
parent f0a45933c7
commit 544483c43c
3 changed files with 2 additions and 4 deletions

View File

@ -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",

View File

@ -186,7 +186,6 @@
<script>
import {
downloadMD,
setFontSize,
fixCodeWhiteSpace,
setColorWithCustomTemplate,
@ -287,7 +286,6 @@ export default {
document.execCommand("copy");
window.getSelection().removeAllRanges();
fixCodeWhiteSpace("normal");
clipboardDiv.innerHTML = this.output;
//
this.$notify({

View File

@ -2,7 +2,7 @@
"name": "微信 Markdown 编辑器",
"appid": "",
"description": "",
"versionName": "1.0.0",
"versionName": "1.5.5",
"versionCode": "100",
"transformPx": false,
"h5": {