Coder Social home page Coder Social logo

Comments (4)

eregnier avatar eregnier commented on July 19, 2024

Hello,
I have no idea whats appening there. Can you show me your component's code ? (or at least the section around where you use my component).

from vue2-gmap-custom-marker.

AndreyDolgov avatar AndreyDolgov commented on July 19, 2024

I have localized the problem, but have not solved it yet.
This is my code:

const vee_config = {
    aria: true,
    classNames: {},
    classes: false,
    delay: 0,
    dictionary: null,
    errorBagName: 'errors', // change if property conflicts
    events: 'input|blur',
    fieldsBagName: 'fields',
    inject: true,
    locale: 'en',
    strict: true,
    validity: false,
};
Vue.use(VeeValidate, vee_config);
Vue.use(VueGoogleMaps, {
    load: {
        key: KEY,
        libraries: 'places', 
        language:LANG,
    },
});

As i see - all problem with this option { inject: true} in vee_config
If i will set vee_config.inject = false, the problem will be solved. But in this case i will to inject $validator in all components myself - thats not good :(

from vue2-gmap-custom-marker.

eregnier avatar eregnier commented on July 19, 2024

I have absolutly no idea about what is vee and what $validator is used for, but it does not seems related to this component. You may have a side effect with this component, but there is not enough information there to go further in troubleshoting.

You may be right, with about the $validator that is broking the map.

Do you still have the issue ? can you explain a bit more, or share code related to the use of the component to help me understand the issue ?

Edit: ok i looked a what is vee, but indeed, I cannot help you troubleshooting your code if I do not see how do you use the custom marker component and the relation with vee.

from vue2-gmap-custom-marker.

eregnier avatar eregnier commented on July 19, 2024

It seems the component is not directly related to this issue. Also close due to inactivity.

from vue2-gmap-custom-marker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.