Jorge Epuñan

Results 57 comments of 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 ![screen shot 2015-07-27 at 9 55 58](https://cloud.githubusercontent.com/assets/362186/8906447/389e4ede-3445-11e5-8c14-87501f2bb917.png)