Skip to content

Commit 11ac770

Browse files
committed
refactor: get rid of all markRaw
1 parent 351a293 commit 11ac770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/content/BottomSheetPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ModalsContainer, useModal } from 'vue-final-modal'
33
import BottomSheet from './BottomSheet.vue'
44
55
const { open } = useModal({
6-
component: markRaw(BottomSheet),
6+
component: BottomSheet,
77
})
88
</script>
99

0 commit comments

Comments
 (0)