feat: 新增富文本本地引入

This commit is contained in:
Yer
2023-12-01 10:47:33 +08:00
parent 508a00d103
commit 3ec0e9d997
163 changed files with 119248 additions and 43 deletions

View File

@@ -1144,6 +1144,7 @@ export default {
size += item.fileSize * 1.0;
});
this.totalSize = ((size * 1.0) / (1024 * 1024)).toFixed(2) + " MB";
this.$emit("selected", e)
},
},
mounted() {