mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-28 11:13:11 +01:00
20 lines
204 B
Vue
20 lines
204 B
Vue
|
<template>
|
||
|
<div>
|
||
|
Settings
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
|
||
|
export default {
|
||
|
data(){
|
||
|
return {
|
||
|
|
||
|
}
|
||
|
},
|
||
|
|
||
|
methods : {
|
||
|
|
||
|
},
|
||
|
}
|
||
|
</script>
|