13 lines
125 B
Vue
Raw Normal View History

2022-01-14 16:17:14 +08:00
<template>
<div>
2022-01-15 12:50:00 +08:00
信息
2022-01-14 16:17:14 +08:00
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
</style>