-1👍
I was right problem was in <meta name="viewport"
For me helped to set up next <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no">
So i added user-scalable=no
to viewport.
- [Vuejs]-How to pass data from the child component to the parent component?
- [Vuejs]-Require .vue single file component in PHP app
Source:stackexchange.com