<template> <h1>这是Home</h1> </template> <script> export default { name: "Home" } </script> <style scoped> </style>