fix nodeSize is not a function bug (#11200)

(cherry picked from commit 91a944f967)
This commit is contained in:
Devosend 2022-07-29 17:39:45 +08:00 committed by Jiajie Zhong
parent 9281f2b650
commit 7821d3ce7e
3 changed files with 632 additions and 515 deletions

View File

@ -565,7 +565,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