<template> <router-view /> </template> <script lang="ts"> export default { name: 'Layout', }; </script>