zs před 1 rokem
rodič
revize
172a334c63
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/error-page/404.vue

+ 1 - 1
src/views/error-page/404.vue

@@ -5,7 +5,7 @@ export default {
 }
 </script>
 
-<script setup lang="ts">
+<script setup>
 function message() {
   return 'The webmaster said that you can not enter this page...'
 }