feat: enable page keepalive

This commit is contained in:
Tim
2025-08-08 17:10:17 +08:00
parent 91298c6922
commit d9099c7281
3 changed files with 13 additions and 1 deletions

View File

@@ -104,6 +104,12 @@
</div>
</template>
<script setup>
definePageMeta({
keepalive: true
})
</script>
<script>
import { ref, computed, onMounted, onBeforeUnmount, nextTick, watch } from 'vue'
import VueEasyLightbox from 'vue-easy-lightbox'