Skip to content

Commit

Permalink
fix: useBodyScrollLock is not using the internal radix-vue
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed May 6, 2024
1 parent 669d0d8 commit 0ad65ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vaul-vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig({
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled
// into your library (Vue)
external: ['vue'],
external: ['vue', 'radix-vue'],
output: {
// Provide global variables to use in the UMD build
// for externalized deps
Expand Down

0 comments on commit 0ad65ed

Please sign in to comment.