12 lines
108 B
Vue
12 lines
108 B
Vue
<script setup>
|
|
import { ref } from 'vue'
|
|
|
|
</script>
|
|
|
|
<template>
|
|
main
|
|
</template>
|
|
|
|
<style scoped>
|
|
</style>
|