Skip to content

Commit

Permalink
feat: add vetur tags
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Oct 10, 2020
1 parent 857557d commit 500789a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"files": [
"dist",
"src",
"nuxt"
"nuxt",
"vetur"
],
"scripts": {
"test": "jest tests",
Expand Down Expand Up @@ -77,5 +78,8 @@
},
"peerDependencies": {
"vue": "^2.6.10"
},
"vetur": {
"tags": "vetur/vetur-tags.json"
}
}
17 changes: 17 additions & 0 deletions vetur/vetur-tags.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"share-network": {
"description": "A renderless component for sharing links on major social networks",
"attributes": [
"network",
"url",
"title",
"description",
"quote",
"hashtags",
"twitterUser",
"media",
"tag",
"popup"
]
}
}

0 comments on commit 500789a

Please sign in to comment.