DanSP

Results 5 comments of DanSP

How do I access the file's url, add in your `app.js` ```js // Public route files app.use('/static/medias', express.static('public')); ````

**Follow these instructions, with Docker it works 100%** https://github.com/saltcorn/saltcorn#quickstart-with-docker

PROPS are available at: node_modules/vue3-easy-data-table/dist/vue3-easy-data-table.es.js And then it can be used as a reference to know which PROPS to use and how to use them. Here is an example in...

> > we can work around this situation if we use base64 images. > > Merci pour cette reponse : > > $imageData = base64_encode(file_get_contents('images/lgg.png')); Working 100%!

```js v-mask="['###-#', '####-#', '#####-#', '######-#']" ```