mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Set up Form component & some form elements components
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<responsive-width-wrapper>
|
||||
<ResponsiveWidthWrapper>
|
||||
<h1 class="title has-text-grey-dark" v-html="title" v-if="title"></h1>
|
||||
<div id="punchline" v-if="punchline" class="block" v-html="punchline"></div>
|
||||
<slot />
|
||||
</responsive-width-wrapper>
|
||||
</ResponsiveWidthWrapper>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user