10 lines
172 B
Vue
10 lines
172 B
Vue
|
|
<template>111</template>
|
||
|
|
|
||
|
|
<script lang="ts" setup>
|
||
|
|
import { onMounted, ref, reactive, watch } from 'vue'
|
||
|
|
|
||
|
|
onMounted(() => {})
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style lang="scss" scoped></style>
|