更新 topology-vue 最新版本

This commit is contained in:
SignDawn 2021-08-11 16:56:12 +08:00
parent 17c50c9599
commit 371d65baee
3 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"topology-vue": "^0.5.8",
"topology-vue": "^0.5.28",
"vue": "^2.6.11",
"vue-router": "^3.2.0"
},

View File

@ -439,7 +439,7 @@ export default {
},
save(tip = true) {
window.topology.toImage(10, 'image/png', 1, async (blob) => {
window.topology.toImage(10, async (blob) => {
if (this.data.id) {
if (!(await this.delImage(this.data.image))) {
return;

View File

@ -7889,10 +7889,10 @@ toidentifier@1.0.0:
resolved "https://registry.npm.taobao.org/toidentifier/download/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
integrity sha1-fhvjRw8ed5SLxD2Uo8j013UrpVM=
topology-vue@^0.5.8:
version "0.5.8"
resolved "https://registry.npm.taobao.org/topology-vue/download/topology-vue-0.5.8.tgz#d0dd7f086a927a9a423c1cde5b15c24e6aa429e0"
integrity sha1-0N1/CGqSeppCPBzeWxXCTmqkKeA=
topology-vue@^0.5.28:
version "0.5.28"
resolved "https://registry.nlark.com/topology-vue/download/topology-vue-0.5.28.tgz#457c24d8190ddc3162039b217bfed5eaa627a3ef"
integrity sha1-RXwk2BkN3DFiA5she/7V6qYno+8=
toposort@^1.0.0:
version "1.0.7"