0.0.1 • Published 6 years ago
vprivacy-holder v0.0.1
Privacy Holder Vue.js component
Vue component for privacy-holder.js
Install
Install via yarn
yarn add vprivacy-holderImport 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,alletc.
0.0.1
6 years ago