mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 18:25:09 +01:00
9 lines
149 B
Vue
9 lines
149 B
Vue
<script setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div>On Accounts view</div>
|
|
<router-link :to="{ name: 'about' }">Go to About</router-link>
|
|
</template>
|