0.2.1 • Published 5 years ago

vue-reactive-error-handler v0.2.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 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

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago