Skip to content

Commit 0ad65ed

Browse files
committed
fix: useBodyScrollLock is not using the internal radix-vue
1 parent 669d0d8 commit 0ad65ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/vaul-vue/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
rollupOptions: {
3030
// make sure to externalize deps that shouldn't be bundled
3131
// into your library (Vue)
32-
external: ['vue'],
32+
external: ['vue', 'radix-vue'],
3333
output: {
3434
// Provide global variables to use in the UMD build
3535
// for externalized deps

0 commit comments

Comments
 (0)