<template>
    <div>ffffffffffff</div>
</template>

<script lang="ts" setup>
import { defineComponent, onBeforeUnmount, ref } from "vue"
const props = defineProps<{
    test: string
}>()

const emits = defineEmits<{

}>()

</script>