This commit is contained in:
mattyatea 2024-05-13 19:46:51 +09:00
parent 5672fecaf2
commit ecac24d499
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function openDecorationCreate() {
os.popup(defineAsyncComponent(() => import('@/components/MkAvatarDecoEditDialog.vue')), {
}, {
del: result => {
window.location.reload();
avatarDecorations.value.unshift(result);
},
});
}