feat: 新增导出/导出JSON功能(老版本需要npm install,安装一下依赖)

This commit is contained in:
王奥斯
2021-11-01 17:34:55 +08:00
parent 5dce39967c
commit fc63abc5b1
3 changed files with 43 additions and 44 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
{
"name": "as-editor",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@@ -13,6 +13,7 @@
"clipboard": "^2.0.6",
"core-js": "^3.19.0",
"element-ui": "^2.15.6",
"file-saver": "^2.0.5",
"html2canvas": "1.0.0-alpha.9",
"nprogress": "^0.2.0",
"qrcode": "^1.4.4",