12 lines
125 B
Vue
Raw Normal View History

2022-01-08 21:01:52 +08:00
<template>
<div>
2022-02-04 18:28:02 +08:00
数据
2022-01-08 21:01:52 +08:00
</div>
</template>
2022-03-17 20:18:46 +08:00
<script setup lang="ts" >
2022-01-08 21:01:52 +08:00
</script>
2022-03-17 20:18:46 +08:00
<style lang="scss" scoped></style>