0.0.8 • Published 9 months ago

v-error-boundary v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

v-error-boundary

Error Boundary Component for Vue3

Install

npm i v-error-boundary

yarn add v-error-boundary

Usage

<VErrorBoundary>
  <YourComponent />
</VErrorBoundary>

Props

PropertyDescriptionTypeDefault
stopPropagationwheter prevent the error from propagatingbooleanfalse
fallbackfallback component to render in case of errorslots |VNode-

Events

Events NameDescriptionArguments
errorevent will be triggered in case of error(error, instance, info) => void
0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago