Saltearse al contenido

$data

Esta página aún no está disponible en tu idioma.

The data store is a writable store that contains the values of the fields.

<script lang="ts">
import { faivform } from '@tuentyfaiv/svelte-form';
const form = faivform<Data>({
// ...config
});
const { data } = $form;
console.log($data);
</script>