0.0.1 • Published 4 years ago

vprivacy-holder v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Privacy Holder Vue.js component

Vue component for privacy-holder.js

Install

Install via yarn

yarn add vprivacy-holder

Import to your project

// page.vue
<template>
  <VPrivacyHolder raw-value='ihavecoke'/>
</template>

<script>
    import VPrivacyHolder from "./VPrivacyHolder";
    export default{
      components:{VPrivacyHolder}
    }
</script>

Component options

  • raw-value the raw value should toggle privacy
  • privacy-strategy privacy strategy eg: email,phone,name,all etc.
0.0.1

4 years ago