soiz1's picture
Upload folder using huggingface_hub
4d70170 verified
raw
history blame
159 Bytes
<script>
export default {
name: 'FormSection',
}
</script>
<template>
<fieldset>
<legend>Form section</legend>
<slot />
</fieldset>
</template>