Pierce Chen

Results 2 comments of Pierce Chen

I tried babel-plugin-prismjs in babel.config.js: ```js "plugins": [ ["prismjs", { "languages": ["javascript", "css", "markup", "json"], "plugins": ["line-numbers"], "theme": "okaidia", "css": true }] ] ``` It will be smarter, there is...

我遇到的情况是在iphone 6p和7p 下,MessageBox.confirm会直接自动关闭,无法点击确定或者取消按钮来触发回调。