ehsan-shv/vue-tradingviewWidgets

MarketOverview component not working

ye-zaw-hein opened this issue · 3 comments

[Vue warn]: Failed to resolve component: MarketOverView If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

Hi! Would you please make your issue clear and add your code?

I follow the documentation but show this warning and not working.

[Vue warn]: Failed to resolve component: MarketOverView If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.

<template>
  <MarketOverview  />
</template>

<script>
import { MarketOverview } from 'vue-tradingview-widgets';

export default ({
  name: 'Test',
  components: {
   MarketOverview
  },
});
</script>

I checked, and it's working. Please check the demo on Codesandbox.
Notice that you have to use Vue3 and the latest version of vue-tradingview-widgets