mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 18:25:09 +01:00
7 lines
228 B
Vue
7 lines
228 B
Vue
|
<template>
|
||
|
<div class="columns is-centered">
|
||
|
<div class="form-column column is-two-thirds-tablet is-half-desktop is-half-widescreen is-one-third-fullhd">
|
||
|
<slot />
|
||
|
</div>
|
||
|
</div>
|
||
|
</template>
|