8 lines
114 B
Vue
Raw Normal View History

2024-03-31 15:51:00 +08:00
<template>
<div>登录</div>
</template>
<script setup lang="ts"></script>
<style lang="scss" scoped></style>