mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 05:02:17 +00:00
refactor: load extensions dynamically according to the configuration file
This commit is contained in:
committed by
Alexander Brown
parent
ddbd26c062
commit
bb2c99749a
@@ -29,7 +29,7 @@ import { computed } from 'vue'
|
||||
import type {
|
||||
MaterialMode,
|
||||
UpDirection
|
||||
} from '@/extensions/core/load3d/interfaces'
|
||||
} from '@/extensions/core/extensions/load3d/interfaces'
|
||||
import { t } from '@/i18n'
|
||||
|
||||
const upDirection = defineModel<UpDirection>('upDirection')
|
||||
|
||||
Reference in New Issue
Block a user