sergeynilov
sergeynilov
I found a way with watch :``` ``` watch: { avatarFiles(file){ console.log("avatarFiles file::") console.log( file ) console.log( this.toObject(file) ) let uploadedImage= this.toObject(file) console.log("uploadedImage[0].blob::") console.log( uploadedImage[0].blob ) var image = new...
I also waite for support for vue3. Thanks!
Is there is some docs /example for Vue3 ? This https://lian-yue.github.io/vue-upload-component/#/documents seems for Vue2...
I got : ``` $ php artisan migrate:fresh --seed --pretend The "--pretend" option does not exist. ``` Invalid key ?
Manually I create function with script : ``` CREATE OR REPLACE FUNCTION ts_categories_get(sort_field character varying) RETURNS TABLE(id smallint, name character varying, active boolean, slug character varying, description text, created_at timestamp,...
I got : ``` $ php artisan migrate --seed --pretend INFO Preparing database. Creating migration table ............................................................................................................... 63ms DONE INFO Running migrations. CreateMediaTable ................................................................................................................................. ⇂ create table "media" ("id" bigserial...
I got the same error. If there is a hope it to be fixed? I lee last updates on the project were 2 years ago ...
Please, detalize if it works with Inertiajs ? When app is created with command : ` laravel new AppName --jet `and next Inertiajs is selected ?
Hello, I also waite of vue-focus with vuejs3 ... Thanks!
> This seems to be a duplicate of #1137? Yes, sorry. I tried to delete message on Feb 23, but did not find such option .