mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
remove share link
This commit is contained in:
parent
baa38b1171
commit
fa68b8b383
@ -1,8 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<a :href="href">Share on twitter</a>
|
<span v-if="false"></span>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
// https://cards-dev.twitter.com/validator
|
||||||
export default {
|
export default {
|
||||||
data: () => ({
|
data: () => ({
|
||||||
href: 'https://twitter.com/intent/tweet?url=' + encodeURIComponent('https://head-elements.now.sh/about')
|
href: 'https://twitter.com/intent/tweet?url=' + encodeURIComponent('https://head-elements.now.sh/about')
|
||||||
|
Loading…
Reference in New Issue
Block a user