feat: 新增更多服务弹窗
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
@close="handleCalendarClose"
|
||||
@select="handleDateSelect"
|
||||
/>
|
||||
|
||||
<!-- 更多服务 -->
|
||||
<MoreService />
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -20,6 +23,7 @@ import { getUrlParams } from "@/utils/UrlParams";
|
||||
import { useAppStore } from "@/store";
|
||||
import ChatMainList from "./components/chat/ChatMainList/index.vue";
|
||||
import Calender from "@/components/Calender/index.vue";
|
||||
import MoreService from "./components/module/MoreService/index.vue";
|
||||
|
||||
const appStore = useAppStore();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user