mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-02 02:57:27 +01:00
10 lines
145 B
Vue
10 lines
145 B
Vue
<template>
|
|
<main>
|
|
<router-view></router-view>
|
|
</main>
|
|
</template>
|
|
|
|
<script lang="ts" setup></script>
|
|
|
|
<style scoped lang="scss"></style>
|