请问createGlobalStyle的问题如和解决啊,
来源:7-15 换页旋转动画效果的实现
cpen5
2019-04-20
我的两个标签都不能显示
写回答
2回答
-
cpen5
提问者
2019-04-21
我在App.js
class App extends Component {
render() {
return (
<div>
<GlobalStyles />
<Provider store={store}>
<Header />
</Provider>
</div>
);
}
}
在statics/iconfont/iconfont.js
export const GlobalStyles = createGlobalStyle`
在jianshu/style.js
export const GlobalStyles = createGlobalStyle
但效果
012019-04-21 -
Dell
2019-04-21
截图按一下,报错发一下
00
相似问题