vue-preview-link

0.0.1-b3 • Public • Published

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>

Package Sidebar

Install

npm i vue-preview-link

Weekly Downloads

1

Version

0.0.1-b3

License

MIT

Unpacked Size

55.1 kB

Total Files

14

Last publish

Collaborators

  • nguyenthanh1995
  • tachibana-shin