8 lines
153 B
Vue
8 lines
153 B
Vue
<template>
|
|
<SMPageStatus :status="404" />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import SMPageStatus from "../components/SMPageStatus.vue";
|
|
</script>
|