<template> <AdminloginBox></AdminloginBox> </template> <script setup> import AdminloginBox from './components/adminloginBox.vue' </script>