前端工作总结271-无路由页面

<template>
  <div>
    <h1>404 Not Found! 👀</h1>
    <router-link to="/">
      <el-button type="primary">返回首页</el-button>
    </router-link>
  </div>
</template>

<script>
export default {
  name: "404"
};
</script>

<style scoped></style>

posted @ 2022-09-16 22:44  前端导师歌谣  阅读(15)  评论(0)    收藏  举报