Skip to content

Instantly share code, notes, and snippets.

@boutell
Created October 29, 2018 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boutell/1c6527874d5c5a8517ac6806429d8037 to your computer and use it in GitHub Desktop.
Save boutell/1c6527874d5c5a8517ac6806429d8037 to your computer and use it in GitHub Desktop.
<template>
<fieldset :class="cssClass">
<label class="apos-field-label">{{ field.label }}</label>
<div v-if="field.help" class="apos-field-help">{{ field.help }}</div>
<slot name="body"></slot>
</fieldset>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment