0.2.1 • Published 4 years ago

vue-reactive-error-handler v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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.

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago