fix nodeSize is not a function bug (#11200)
This commit is contained in:
parent
93a73b1292
commit
91a944f967
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue