mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-23 16:53:26 +01:00
16 lines
240 B
Vue
16 lines
240 B
Vue
<template>
|
|
<main class="main-section">
|
|
<router-view></router-view>
|
|
</main>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'App',
|
|
|
|
data(){
|
|
return {
|
|
}
|
|
}
|
|
}
|
|
</script> |