-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
I am simply using webView, but show nothing, I have no idea what's happened
import React from 'react';
import logo from './logo.svg';
import './App.css';
import WebView from 'react-electron-web-view'
function App() {
return (
<div className="App">
<h1>why not?</h1>
<WebView src="https://www.google.com" />
</div>
);
}
export default App;Metadata
Metadata
Assignees
Labels
No labels