cvalues

Results 11 comments of cvalues

Hi, load it as plugin: Create a print.js in the plugins dir, add the following code: `import Vue from 'vue'; import VueHtmlToPaper from 'vue-html-to-paper'; const options = { name: '_blank',...

https://github.com/vuematerial/vue-material/issues/2270 seems like the same error

Hi, this results in: the modules work no longer and the warnings still come quill.js?9339:2037 quill Cannot import modules/imageDrop. Are you sure it was registered? KR,

seems to work now..thanks alot!

Hi, my solution now, i change the user data diretyl in the auth.user object after server response.

yeah i know, but i want to avoit a reload in a spa.

same question.. ``` const formData = new FormData(); formData.append('image', data.image); formData.append('title', data.title); formData.append('body', data.body); $apiFetch(`api/url`, { method: 'POST', baseURL: config.public.API_BASE_URL, headers: { 'Content-Type': "multipart/form-data" }, params: formData ``` does not...

encode file to base64 works, but only if filesize is under 30kb, why? FetchError: Failed to fetch

Hi @kreejzak, thanks for your repley and thanks for your good work. I stay tuned.. The problem does not exist with the page reload, everything works there. But if you...