Primarily for internal component library usage, the error component will display styled errors passed through the errors prop.
- Example error 1
- Example error 2
<template>
<CError :errors="['Example error 1', 'Example error 2']" />
</template>
| Prop | Default | Type |
|---|
errors | | string[] |