Christian Graabæk Steenfeldt
Christian Graabæk Steenfeldt
I just tested out with 4 years, and a lot of it seems off. I can attach a picture if you would like. Btw, this is awesome!
Here is a gist: https://gist.github.com/CGraabaek/41f3143b695e1b9e2d3101075ae8f94d. I noticed that the CSV is a little _off_, since Netflix allows commas in the the title of TV show episodes, so it thinks there...
@linx4200 the reason he's confused is: `import { swatches } from "vue-color";` as you state in the _example.html_ will create an error, whereas `import { Swatches } from "vue-color";` will...
Yeah i agree with you on that part! I just thought it would be a cool addition. I liked your idea a lot and am trying to recreate it in...
You would need to put ```javascript import VueSelectImage from 'vue-select-image' Vue.use(VueSelectImage) require('vue-select-image/dist/vue-select-image.css') ``` in your `main.js` file.