Skip to content

Commit

Permalink
release: add vetur support
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongAmao committed Dec 23, 2019
1 parent d4b9f4d commit 39dca85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.9.0]
- Add vetur support.

## [0.8.1]
- Fix images does not load if they are the same url. [#26](https://github.com/XiongAmao/vue-easy-lightbox/issues/26)

Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-easy-lightbox",
"version": "0.8.1",
"description": "Very lightweight, JavaScript-only, lightbox plugin for Vue.js",
"version": "0.9.0",
"description": "A Vue.js image lightbox component with Zoom / Drag / Rotate / Switch",
"private": false,
"author": "Zichao Xiong <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -59,5 +59,9 @@
"vue": "^2.6.10",
"vue-property-decorator": "^8.3.0",
"vue-template-compiler": "^2.6.10"
},
"vetur": {
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
}
}

0 comments on commit 39dca85

Please sign in to comment.