Skip to content
Snippets Groups Projects
App.vue 403 B
Newer Older
VIktorGrev's avatar
VIktorGrev committed
<script setup lang="ts">
VIktorGrev's avatar
VIktorGrev committed
import { RouterView } from 'vue-router'
//import ErrorBoundaryCatcher from '@/components/Exceptions/ErrorBoundaryCatcher.vue';
VIktorGrev's avatar
VIktorGrev committed
</script>

<template>
viktor's avatar
viktor committed
  <main>
    <error-boundary-catcher>
      <RouterView />
    </error-boundary-catcher>
viktor's avatar
viktor committed
  </main>
</template>

<style>
  main {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;