chore: log contextBridge

This commit is contained in:
草鞋没号 2021-11-10 16:06:38 +08:00
parent 6b8684cbb0
commit cb7caa8602
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ import ReactDOM from 'react-dom'
import './index.css'
import App from './App'
console.log('contextBridge ->', window.bridge)
ReactDOM.render(
<React.StrictMode>
<App />