Skip to content

Commit

Permalink
chore: add vetur attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Sep 20, 2020
1 parent 170bf1a commit f8bebf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@
},
"peerDependencies": {
"vue": "^2.6.10"
},
"vetur": {
"attributes": "vetur/vetur-attributes.json"
}
}
6 changes: 6 additions & 0 deletions vetur/vetur-attributes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"v-b-visible": {
"global": true,
"description": "A directive that allows to set an aspect ratio of an element."
}
}

0 comments on commit f8bebf0

Please sign in to comment.