mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-02 05:03:52 +01:00
9 lines
159 B
Vue
9 lines
159 B
Vue
|
<script setup>
|
||
|
import { RouterView } from 'vue-router'
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<main class="main-section">
|
||
|
<RouterView />
|
||
|
</main>
|
||
|
</template>
|