purchase-let/pages/login/login.vue

18 lines
214 B
Vue
Raw Normal View History

2024-04-25 18:02:30 +08:00
<template>
<view>
</view>
</template>
<script setup>
import useUserStore from "@/store/user.js"
const userStore = useUserStore(); //使用pinia进行状态管理
</script>
<style lang="scss">
</style>