bill 1 year ago
parent
commit
d1e05506bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sdk/association.ts

+ 1 - 1
src/sdk/association.ts

@@ -419,7 +419,7 @@ export const setupAssociation = (mountEl: HTMLDivElement) => {
   associationModels(sdk)
 
   const stopWatch = watchEffect(() => {
-    if (fuseModelsLoaded.value) {
+    if (fuseModelsLoaded.value && setting.value) {
       associationTaggings(mountEl)
       associationMessaures(sdk)
       setting.value?.pose && sdk.comeTo(setting.value.pose)