Skip to content

Commit 71e1391

Browse files
committed
fix: component import
1 parent a5bb2cc commit 71e1391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/components/DefaultDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup>
2-
import { Drawer } from 'vue-vaul'
2+
import { Drawer } from '../../../lib'
33
</script>
44

55
<template>

0 commit comments

Comments
 (0)