1.0.4 • Published 5 years ago

vue-uhf v1.0.4

Weekly downloads
3
License
BSD 3-Clause Lice...
Repository
github
Last release
5 years ago

vue-uhf

A Vue.js component for dynamically loading the Microsoft UHF

Usage

Install the component

npm i -s vue-uhf

Import the component

<template>
    <div class="page">
        <UHF partnerID="YourPartnerID" headerID="YourHeaderID" footerID="YourFooterID" :cookieCompliance="true" />
    </div>
</template>

<script>
import UHF from 'vue-uhf';

export default {
    components: {
        UHF
    }
};
</script>

Changelog

1.0.4

1.0.3

  • update license

1.0.1

  • fix duplicate headers and footers when switching between routes

1.0.0

  • Initial commit
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago