# iframe-message **Repository Path**: luhu266/iframe-message ## Basic Information - **Project Name**: iframe-message - **Description**: iframe 通信 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-11 - **Last Updated**: 2026-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iframe-message #### 介绍 iframe 通信 #### 使用说明 1. 引入: import iframeMessage from '@/utils/transfer_tool' 2. 发送消息: iframeMessage.dispatch('send_message', 'Crazy_Rabbit') 3. 接收消息 iframeMessage.on('send_message', data => { if (data) { refreshPage() } })