1
0
mirror of synced 2024-11-30 09:06:09 +03:00
vue-formulario/src/FormulateForm.vue

6 lines
55 B
Vue
Raw Normal View History

<template>
<form>
<slot />
</form>
</template>