如何解决您需要启用javascript才能在react app中运行此app的问题?

时间:2019-02-15 12:15:12

标签: node.js reactjs

enter image description here出现错误,您需要启用javascript才能运行此应用。当我使用nom start运行时。

我试图更改浏览器设置。但没有用,请参阅我随附的屏幕截图。

class AuthPage extends Component {
    render() {
        return (
            <form className="auth-form">
                <div className="form-control">
                    <label htmlFor="email">E-Main</label>
                    <input type="email" id="email" />
                </div>
                <div className="form-control">
                    <label htmlFor="password">Password</label>
                    <input type="password" id="password" />
                </div>
                <div className="form-actions">
                    <button type="button">Switch To SIGN UP</button>
                    <button type="submit">Submit</button>
                </div>
            </form>
        );
    }
}

0 个答案:

没有答案