mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2025-12-21 21:15:22 +00:00
10 lines
115 B
Vue
10 lines
115 B
Vue
<template>
|
|
<div> </div>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
defineProps({});
|
|
</script>
|
|
|
|
<style scoped></style>
|