Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

I had put the url of images in the images[] array but it just renders the dots? #73

Open
Kshashank99 opened this issue Aug 4, 2021 · 1 comment

Comments

@Kshashank99
Copy link

Also where do in need to add this code in my components.

import VueSelectImage from "vue-select-image";
// // // add stylesheet
require("vue-select-image/dist/vue-select-image.css");
// Vue.use(VueSelectImage);

@CGraabaek
Copy link

You would need to put

import VueSelectImage from 'vue-select-image'

Vue.use(VueSelectImage)
require('vue-select-image/dist/vue-select-image.css')

in your main.js file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants