UNPKG

tradingraph

Version:

Based on rpiontik chart https://github.com/rpiontik/crypto-chart

8 lines (5 loc) 173 B
import Cryptochart from './App.vue'; export default Cryptochart; if (typeof window !== 'undefined' && window.Vue) { window.Vue.component('crypto-chart', Cryptochart); }