richex-cn
richex-cn
和你的 IDE 有关系 
+1 Can also be support half page scroll using `Ctrl+D` and `Ctrl+U` like Vim or `d` `u` like `less`.
I'm also meet this problem in iPhone OS 12.0, and no solution has been found yet, So I used a temporary solution, just check userAgent is iPhone and version less...
For example I'm try to write `transition-grid-template-rows`, and it's not work, because the properties handler not cover `grid-template-rows`. So I agree with @itpropro to have a general rule, just like...
https://github.com/antfu/unplugin-vue-components/issues/636#issuecomment-1566987730
@lishaobos Thanks, It works for me! I think this issue should remain open and it may be an issue that needs to be followed up.
I tried this PR #346 , After replacing the picture with one with the `Access-Control-Allow-Origin: *` header, everything in the reproduction in this issue worked fine.
Looks like a cross-domain problem, See https://stackoverflow.com/a/49994161 