lolitaframework / vue-trading-view

MIT License
24 stars 14 forks source link

Invalid prop: type check failed for prop "options" #1

Open Daiver13 opened 6 years ago

Daiver13 commented 6 years ago

Hi, could you help with this issue `[Vue warn]: Invalid prop: type check failed for prop "options". Expected String, got Object.

found in

--->

at src/views/layouts/default.vue at src/views/pages/main.vue at src/App.vue ` If I pass for option a string, the settings will not work and there will be no error.
trapcodeio commented 5 years ago

Yes the options prop should be Object, but no response since 2018.

I think i should fork this and repost on npm

trapcodeio commented 5 years ago

@Daiver13 use like this. it works. The vue component has the prop set properly lol. But the main file does not.

    import VueTradingView from 'vue-trading-view/src/vue-trading-view';
dustyjay commented 5 years ago

this worked for me

many hours of debugging solved 🙏

SaraMohElsanan commented 1 year ago

this issue still open , did any one fork it and change the npm ?