feat: modal组件替换
This commit is contained in:
@ -55,7 +55,7 @@ const checkHasInviteCode = () => {
|
||||
|
||||
<template>
|
||||
<Layout :class="['layout-wrap', { mobile: appStore.hideMenu }]" class="h-full flex flex-col w-full">
|
||||
<JoinModal v-model:visible="joinEnterpriseVisible" ref="joinModalRef" />
|
||||
<JoinModal v-model:open="joinEnterpriseVisible" centered ref="joinModalRef" />
|
||||
<Layout.Header class="layout-header-wrap">
|
||||
<Navbar />
|
||||
</Layout.Header>
|
||||
|
||||
Reference in New Issue
Block a user