Pertti Roitto

Results 6 comments of Pertti Roitto

Is there any fix for this? Even if using key to update the vue component, some of the v-model data inside the component does not update correctly. Currently it's very...

Any fixes to this? If i apply ``` .vue({ extractStyles: 'app.css', }) ``` in laravel mix vue options, the webpack tries to load chunk called "app.js" when trying to load...

Also when using ``` .vue({ extractStyles: '[name].css', }) ``` In laravel mix vue options, the build output is a plain "[name].css" file. In laravel-mix 5, the css file was created...

If i had two different "main" scripts in my webpack.mix.js config: ``` .js('foo.js') .js('bar.js') ``` and if I had set option: `extractVueStyles: '[name].css'` The laravel mix bundled files like this:...

This issue might be associated with the issue #2589 ?

How does the clampZoom() minWidth and minHeight properties work? When I'm using renderer sizes 800x600, world size 10000x10000, clamp() properties: left: -10000, right: 10000, top: -10000, bottom: 10000. And if...