<template> <login-box></login-box> </template> <script setup> import loginBox from './components/loginBox.vue' </script>