22 lines
152 B
Vue
22 lines
152 B
Vue
|
<template>
|
||
|
|
||
|
fdsfsdssdf
|
||
|
</template>
|
||
|
|
||
|
|
||
|
|
||
|
<script setup scoped>
|
||
|
import {ref,reactive} from "vue"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</script>
|
||
|
<style lang="scss" scoped>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</style>
|