Jorge Epuñan
Jorge Epuñan
@jian11231 you must have a referer, see `ref="flickity" ` in the component and `this.$refs.flickity.rerender()`
@aghouseh the `:key` in a loop in Vue usually receives and int (unique id), so try with: ```html ```
installing MariaDB solved this for my ubuntu-64
I'm facing this error: ``` NO MORE HOSTS LEFT ************************************************************* [WARNING]: Could not create retry file 'playbook.retry'. [Errno 2] No such file or directory: '' ```
Running: `sudo ansible-playbook -i hosts ./playbook.yml -c local` works (note the `./` in filepath)
removing `NODE_ENV = production` in Netlify worked for me, finally
You can return a base64 and then the user can use ir right to an or output it in or anything else.
This feature is important, will be fixed and merged?
This finally worked: ``` Download CSV file import JsonCSV from 'vue-json-csv' export default { components: { JsonCSV } } ... ```
I used the master branch 