We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a300d7b commit 5a530e8Copy full SHA for 5a530e8
packages/website/theme/components/Preview.vue
@@ -28,7 +28,7 @@
28
import { throttle } from 'lodash-es'
29
import { ref, onMounted, computed, watch, onUnmounted } from 'vue'
30
import { useRouter, useRoute, useData } from 'vitepress'
31
-import { syncPathToParent } from '@mpxjs/vuese-website/dist/iframe-sync'
+import { syncPathToParent } from '../../iframe-sync'
32
33
const COMPONENT_DIR_NAME = 'components'
34
0 commit comments