Eric

Results 5 comments of Eric

我也面临一样的问题。 其实是因为 id 是 string 和 int 的差别,所以造成无法删除。

Like @beowulfenator mention, I use defaultOptions. But had to preload the options first tho. ``` export default { props: { url: String, name: String, value: Array, my_options: Array }, data()...

similar error on v1.10.0, v1.9.6 are good. > Error in callback for immediate watcher "value": "ReferenceError: process is not defined" error occur if :value is not define inside `.`

Facing same issue, almost extra 60-70ms in time latancy. This is the code how I load the image at Route.php ``` Route::get('images/cars/{src}', function ($src){ $cacheimage = Image::cache(function($image) use($src){ return $image->make("images/products/".$src);...

Yeah I will like to take a view on Swipe Listener, the swipe delete animation is different with the PlayStore version. In this git version when swipe to delete and...