[3d] use vue to rewrite the UI for load3d (#2467)

This commit is contained in:
Terry Jia
2025-02-09 12:05:42 -05:00
committed by GitHub
parent 91a3d1228e
commit 83cc49a42b
5 changed files with 273 additions and 345 deletions

View File

@@ -281,7 +281,7 @@ app.registerExtension({
const [oldWidth, oldHeight] = node.size
node.setSize([Math.max(oldWidth, 300), Math.max(oldHeight, 700)])
node.setSize([Math.max(oldWidth, 400), Math.max(oldHeight, 700)])
await nextTick()
@@ -415,7 +415,7 @@ app.registerExtension({
const [oldWidth, oldHeight] = node.size
node.setSize([Math.max(oldWidth, 300), Math.max(oldHeight, 550)])
node.setSize([Math.max(oldWidth, 400), Math.max(oldHeight, 550)])
await nextTick()