10 lines
174 B
Vue
Raw Normal View History

2025-06-19 13:32:56 +08:00
<template>
<div class="custom-page"></div>
</template>
<script setup>
import { ref, watch, onMounted, computed } from 'vue';
</script>
<style scoped lang="scss"></style>