为弹窗增加全屏功能

This commit is contained in:
2025-12-16 22:36:24 +08:00
parent 37760f685c
commit 5f9b684604
3 changed files with 65 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
<script setup>
import { defineAsyncComponent, computed } from 'vue'
import { useRoute } from 'vue-router'
const route = useRoute()
const DynamicContent = computed(() => {
switch (route.path) {