This is a Vue2 plugin that allows you to easily integrate the Ybug feedback widget into your Vue2 applications. The Ybug feedback widget lets your users easily report bugs and give feedback directly from your app.
To use this plugin, simply add the ybug.js
file to your code base. Then in your main.js
file import the plugin and call Vue.use:
import Ybug from './ybug.js';