Skip to content

Commit

Permalink
fix: fix ClientOnly d.ts export
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 9, 2024
1 parent 0c956c7 commit 8e57590
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/vike-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
"./renderer/onRenderClient": "./dist/renderer/onRenderClient.js",
"./usePageContext": "./dist/hooks/usePageContext.js",
"./useData": "./dist/hooks/useData.js",
"./ClientOnly": "./dist/components/ClientOnly.js"
"./ClientOnly": {
"default": "./dist/components/ClientOnly.js",
"types": "./dist/components/ClientOnly.vue.d.ts"
}
},
"scripts": {
"dev": "vite build --watch",
Expand Down

0 comments on commit 8e57590

Please sign in to comment.