Error

Display a list of errors.

Usage

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>

Props

errorsrequired
string[]