This commit is contained in:
syuilo
2023-03-03 12:29:34 +09:00
parent 3066a133ac
commit 87c6d0cbee
3 changed files with 223 additions and 200 deletions

View File

@@ -24,7 +24,7 @@ export class UserPreview {
const showing = ref(true);
popup(defineAsyncComponent(() => import('@/components/MkUserPreview.vue')), {
popup(defineAsyncComponent(() => import('@/components/MkUserPopup.vue')), {
showing,
q: this.user,
source: this.el,