<template> <section> <account/> </section> </template> <script setup> import { ref } from "vue" import Account from "./account.vue" </script> <style scoped> button { margin: auto; min-width: 90px; display: block; } </style>