fix nodeSize is not a function bug (#11200)

This commit is contained in:
Devosend 2022-07-29 17:39:45 +08:00 committed by GitHub
parent 93a73b1292
commit 91a944f967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 632 additions and 515 deletions

View File

@ -551,7 +551,7 @@ The text of each license is also included at licenses/ui-licenses/LICENSE-[proje
========================================
MIT licenses
========================================
@antv/layout 0.2.5: https://github.com/antvis/layout MIT
@antv/layout 0.1.31: https://github.com/antvis/layout MIT
@types/js-cookie 3.0.2: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
@antv/x6 1.32.7: https://github.com/antvis/x6 MIT
@vueuse/core 8.8.0: https://github.com/vueuse/vueuse MIT

View File

@ -9,7 +9,7 @@
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\""
},
"dependencies": {
"@antv/layout": "^0.2.5",
"@antv/layout": "^0.1.31",
"@antv/x6": "^1.32.7",
"@vueuse/core": "^8.8.0",
"axios": "^0.27.2",

File diff suppressed because it is too large Load Diff