vue-linkify-v2
v1.0.4
Published
A vuejs plugin to help you to linkify your text property.
Readme
Installation
npm i vue-linkify-v2Install globally
import Vue from 'vue';
import vLinkify from 'vue-linkify-v2';
Vue.use(vLinkify)Use it in your component
import vLinkify from 'vue-linkify-v2';
export default {
components:{
vLinkify,
},
}<v-linkify :html="your-data"/>Props
- html (type : String, required: true)
