mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 04:08:31 +08:00
fix nodeSize is not a function bug (#11200)
(cherry picked from commit 91a944f967
)
This commit is contained in:
parent
9281f2b650
commit
7821d3ce7e
@ -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
|
||||
|
@ -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
Block a user