mirror of
https://github.com/LukeHagar/form.git
synced 2025-12-09 20:37:47 +00:00
chore: fix errrors in examples, remove unneeded CI steps (#457)
This commit is contained in:
@@ -7,8 +7,6 @@ const props = defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<em v-if="props.state.meta.touchedError">{{
|
||||
props.state.meta.touchedError
|
||||
}}</em>
|
||||
<em v-for="error of props.state.meta.touchedErrors">{{ error }}</em>
|
||||
{{ props.state.meta.isValidating ? 'Validating...' : null }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user