<template> <section id="error-page"> <span>页面飞了……</span> </section> </template> <style> #error-page { display: flex; justify-content: center; align-items: center; } </style>