mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-14 07:48:37 +02:00
Enable the Vue 3 front-end
This commit is contained in:
7
resources/js/layouts/ResponsiveWidthWrapper.vue
Normal file
7
resources/js/layouts/ResponsiveWidthWrapper.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user