Skip to content

Commit 0a965cf

Browse files
committed
🐛 Fix Ui logic
1 parent 101d69a commit 0a965cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MainPage.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const buttons: BtnDefine[] = [
3737
icon: "mdi-sync",
3838
onClick: async () => {
3939
let value = await syncLoadedAsset();
40-
unityAsset.value.push(...value);
40+
unityAsset.value = value;
4141
},
4242
tooltip: "Sync Loaded Unity File",
4343
},

0 commit comments

Comments
 (0)