README
Catch Vue Client
Installation
If you have Vue registered in the global window namespace 'window.Vue', Catch is already installed. All you need to do next is to set Vue.catch() or window.Vue.Catch();
The VueJS client for Catch event service
<script type="module">
import catchVueClient from 'https://cdn.skypack.dev/catch-vue-client';
</script>
If you have Vue registered in the global window namespace 'window.Vue', Catch is already installed. All you need to do next is to set Vue.catch() or window.Vue.Catch();