chore: fix errrors in examples, remove unneeded CI steps (#457)

This commit is contained in:
Corbin Crutchley
2023-09-09 00:04:42 -07:00
committed by GitHub
parent 826c58d5c2
commit 707ff5d603
4 changed files with 51 additions and 99 deletions

View File

@@ -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>