v-deepth-chart

vue 深度图组件

Usage no npm install needed!

<script type="module">
  import vDeepthChart from 'https://cdn.skypack.dev/v-deepth-chart';
</script>

README

vue深度图组件

常用于股市、虚拟货币等交易所使用

使用方式

1. 安装

npm i v-deepth-chart

2. 引用

import VDeepthChart from 'v-deepth-chart'
// 全局引用
Vue.use(VDeepthChart)

3.调用

<v-deepth-chart :data="data"></v-deepth-chart>