Skip to content

Commit 7398a77

Browse files
committed
fix: module components need to specify imports also
1 parent f20d9a5 commit 7398a77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/runtime/components/ComponentPreviewArea.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<script setup>
2-
import { h } from 'vue'
2+
import { h, resolveComponent } from 'vue'
3+
import { useState } from '#imports'
34
45
const previews = useState('componentPreviews', () => [])
56

0 commit comments

Comments
 (0)