vue-preview-link
v0.0.1-b3
Published
Preview link for vue. This plugin like preview link Facebook.
Downloads
9
Readme
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>