Skip to content

Commit 5a530e8

Browse files
committed
fix: 🐛 path to iframe-sync
1 parent a300d7b commit 5a530e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/website/theme/components/Preview.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import { throttle } from 'lodash-es'
2929
import { ref, onMounted, computed, watch, onUnmounted } from 'vue'
3030
import { useRouter, useRoute, useData } from 'vitepress'
31-
import { syncPathToParent } from '@mpxjs/vuese-website/dist/iframe-sync'
31+
import { syncPathToParent } from '../../iframe-sync'
3232
3333
const COMPONENT_DIR_NAME = 'components'
3434

0 commit comments

Comments
 (0)