<template> <div class="error-page"> 404 </div> </template> <script setup> import router from '~src/router/index' const goToHome = () => { router.push({ path: '/' }) } </script> <style lang="scss" scoped> </style>