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
269 B

3 years ago
<script setup>
import HelloWorld from './components/HelloWorld.vue'
import Login from './views/Login.vue'
</script>
<template>
<!-- haeder -->
<!-- content -->
3 years ago
<div class="">
3 years ago
<RouterView />
</div>
<!-- footer -->
<div class="footer"></div>
</template>