Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

odanado/vue-reactive-error-handler

Repository files navigation

vue-reactive-error-handler

npm version GitHub Actions

You can reactively handle errors raised by Vue.config.errorHandler.

Install

$ yarn add vue-reactive-error-handler

Usage

import { ReactiveErrorHandler } from "vue-reactive-error-handler";

Vue.use(ReactiveErrorHandler);
<template>
  <div>
    error: <span v-if="$error.value">{{ $error.value.message }}</span>
  </div>
</template>

Example

See example directory.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •