13 lines
115 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>
<script setup>
</script>
<style lang="scss" scoped>
</style>