update
This commit is contained in:
parent
5672fecaf2
commit
ecac24d499
|
@ -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);
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue