We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20d9a5 commit 7398a77Copy full SHA for 7398a77
src/runtime/components/ComponentPreviewArea.vue
@@ -1,5 +1,6 @@
1
<script setup>
2
-import { h } from 'vue'
+import { h, resolveComponent } from 'vue'
3
+import { useState } from '#imports'
4
5
const previews = useState('componentPreviews', () => [])
6
0 commit comments