1.0.7 • Published 1 year ago

@deegital/vue-trustup-io-satisfaction v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

vue-trustup-io-satisfaction

Installation

Install my-project with npm

    npm install vue-trustup-io-satisfaction

Add in your .env this variable

    VITE_VUE_TRUSTUP_IO_SATISFACTION_URL="https://satisfaction.trustup.io.test"
    VITE_VUE_TRUSTUP_IO_SATISFACTION_ORIGIN="marketplace or tools"

Now you can import the component in your app

    import { SatisfactionFormWrapper } from "@deegital/vue-trustup-io-satisfaction";

    export default {
        components: { SatisfactionFormWrapper },
    };

And use it the template

    <satisfaction-form-wrapper :professional_id="1" :created_by_id="7567" />