You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm trying to integrate postwoman in a website i'm building. The website allows users to create a request and use it for later. Part of the functionality is building the request, for which i'd like to integrate postwoman (and save the built request in localStorage or something like that.
Describe the solution you'd like
A vue component that can be embedded into my vue site. e.g, point to it with a route with vue-router, and binding a value to the built request with v-model.
Describe alternatives you've considered
Until now i'm building something similar, but i feel like this would be an easier approach.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm trying to integrate postwoman in a website i'm building. The website allows users to create a request and use it for later. Part of the functionality is building the request, for which i'd like to integrate postwoman (and save the built request in localStorage or something like that.
Describe the solution you'd like
A vue component that can be embedded into my vue site. e.g, point to it with a route with vue-router, and binding a value to the built request with v-model.
Describe alternatives you've considered
Until now i'm building something similar, but i feel like this would be an easier approach.
The text was updated successfully, but these errors were encountered: