relation-graph
relation-graph copied to clipboard
Unable to find element in cloned iframe
const getThumbnail = async () => {
const graphInstance = graphRef.value!.getInstance();
const thumbnail = await graphInstance.getImageBase64();
return thumbnail;
};
获取base64为空,我在vue3的onBeforeUnmount钩子调用