mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-05-13 19:35:07 +00:00
Agent-Logs-Url: https://github.com/Moonrend/Classworks/sessions/d254def7-bda7-413a-83b1-c553c1571523 Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
8 lines
115 B
Vue
8 lines
115 B
Vue
<template>
|
|
<error404 />
|
|
</template>
|
|
|
|
<script setup>
|
|
import error404 from "@/components/error/404.vue";
|
|
</script>
|