Skip to content

Commit

Permalink
Fix build issues with Nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
melvinprindustry committed Nov 12, 2024
1 parent 003e2e2 commit 06be203
Show file tree
Hide file tree
Showing 6 changed files with 1,163 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ dist-ssr
*.njsproj
*.sln
*.sw?

# Vitepress
docs/.vitepress/dist
docs/.vitepress/cache
3 changes: 1 addition & 2 deletions lib/main.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { useDragToScroll } from './useDragToScroll';
import { dragToScroll } from './directive';
export { useDragToScroll, dragToScroll };
export default useDragToScroll;
export { useDragToScroll, dragToScroll };
Loading

0 comments on commit 06be203

Please sign in to comment.