Spring boot + Spring Security 6 + vue3 项目模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
208 B

3 years ago
<template>
3 years ago
<!-- 首页展示 -->
3 years ago
<div>
3 years ago
<div class="boox">
欢迎{{ message }}登录系统
</div>
3 years ago
</div>
</template>
3 years ago
<script>
import {useStore} from 'vuex'
</script>