|
@@ -156,6 +156,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+ import qiunloading from '../qiun-loading/qiun-loading'
|
|
|
import uCharts from '../../js_sdk/u-charts/u-charts.js';
|
|
|
import cfu from '../../js_sdk/u-charts/config-ucharts.js';
|
|
|
// #ifdef APP-VUE || H5
|
|
@@ -232,6 +233,9 @@ function debounce(fn, wait) {
|
|
|
export default {
|
|
|
name: 'qiun-data-charts',
|
|
|
mixins: [uniCloud.mixinDatacom],
|
|
|
+ components:{
|
|
|
+ qiunloading
|
|
|
+ },
|
|
|
props: {
|
|
|
type: {
|
|
|
type: String,
|