ErrorDisplay a list of errors.GitHubUsagePrimarily for internal component library usage, the error component will display styled errors passed through the errors prop.Example error 1Example error 2<template> <CError :errors="['Example error 1', 'Example error 2']" /> </template> Copy to clipboard CopyPropserrorsrequiredstring[]