update:预览页面位置插件

This commit is contained in:
2025-11-20 20:35:38 +08:00
parent 6a4e463687
commit 01ac9bb3fe

View File

@@ -14,6 +14,7 @@
USER_INFO_DATA,
VIEW_MODE: 'preview'
}"
:plugins="[DocElementRectPlugin()]"
/>
</template>
@@ -22,6 +23,7 @@ import { watch } from 'vue';
import WujieVue from 'wujie-vue3';
import Cookies from 'js-cookie';
import { SPDM_URL } from '../config';
import { DocElementRectPlugin } from 'wujie-polyfill';
const emit = defineEmits(['load']);
const { bus } = WujieVue;