Skip to content

Commit

Permalink
feat(vue): add Vue component typings (#4707)
Browse files Browse the repository at this point in the history
Fixes #3916
  • Loading branch information
heyhippari authored Jun 28, 2021
1 parent 0e97bb4 commit c452c08
Show file tree
Hide file tree
Showing 3 changed files with 569 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"main": "../swiper-vue.cjs.js",
"jsnext:main": "../swiper-vue.esm.js",
"module": "../swiper-vue.esm.js",
"typings": "../swiper-vue.d.ts",
"sideEffects": false
}
1 change: 1 addition & 0 deletions package/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"main": "../swiper-vue.cjs.js",
"jsnext:main": "../swiper-vue.esm.js",
"module": "../swiper-vue.esm.js",
"typings": "../swiper-vue.d.ts",
"sideEffects": false
}
Loading

0 comments on commit c452c08

Please sign in to comment.