8 lines
145 B
Vue
8 lines
145 B
Vue
|
|
<template>
|
||
|
|
<div></div>
|
||
|
|
</template>
|
||
|
|
<script setup lang="ts">
|
||
|
|
import { ref, reactive } from 'vue'
|
||
|
|
</script>
|
||
|
|
<style lang="scss" scoped></style>
|