<template> <router-view /> </template> <script setup lang="ts"> // App root component </script> <style> html, body, #app { margin: 0; padding: 0; height: 100%; width: 100%; } </style>