0.0.1-b3 • Published 3 years ago

vue-preview-link v0.0.1-b3

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

vue-preview-link

Support vue-router and ssr. It like Facebook!

Install

yarn install vue-preview-link

Usage

import Vue from "vue"
import PreviewLink from "vue-preview-link"

Vue.use(PreviewLink)
<template>
  <div id="#app">
    <vue-preview-link to="https://google.com" name="Google" url-name="google.com" image="https://google.com/favicon.ico"/>
  </div>
</template>