mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-25 20:54:56 +00:00
9 lines
160 B
Vue
9 lines
160 B
Vue
<template>
|
|
<router-view />
|
|
|
|
<BaseDialog />
|
|
</template>
|
|
<script setup lang="ts">
|
|
import BaseDialog from '@/scripts/components/base/BaseDialog.vue'
|
|
</script>
|