8 lines
98 B
Vue
Raw Normal View History

2025-05-21 09:00:10 +08:00
<script setup></script>
2025-05-20 09:48:38 +08:00
<template>
2025-05-21 09:00:10 +08:00
<div></div>
2025-05-20 09:48:38 +08:00
</template>
2025-05-21 09:00:10 +08:00
<style scoped lang="scss"></style>