src/views/error/404.vue @@ -23,8 +23,8 @@ <script setup lang="ts"> let message = computed(() => { return '找不到网页!' }) return '找不到网页!'; }); </script> <style lang="scss" scoped>