Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 373 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 373 Bytes

Installation

npm i vue-linkify-v2

Install 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)