1. vue-preview-link

vue-preview-link

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>