<template> <AppShell> <RouterView /> </AppShell> </template> <script setup> import { RouterView } from "vue-router"; import AppShell from "../components/layout/AppShell.vue"; </script>