Skip to main content

Install

Basic setup

Initialize the widget once in your root App.vue:

With user identification

If your app has authentication, sync the current user with the widget:

Composable

Extract widget logic into a reusable composable:
Use it in App.vue:

TypeScript

Add the global type declaration for window.feedbackfun: