This commit is contained in:
mattyatea 2024-05-13 19:46:51 +09:00
parent 5672fecaf2
commit ecac24d499

View file

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