Skip to content

Commit e82a89c

Browse files
authored
fix(types): adds ESM export of types (#1457)
1 parent 60c375d commit e82a89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/router/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"types": "dist/vue-router.d.ts",
99
"exports": {
1010
".": {
11+
"types": "dist/vue-router.d.ts",
1112
"node": {
1213
"import": {
1314
"production": "./dist/vue-router.prod.cjs",

0 commit comments

Comments
 (0)