WebApp【公共组件库】@前端(For Git Submodule)
chensiAb
2024-11-28 24a124481c8510006a2f9e99c5d2f8db5b723665
plugins/echarts/CECharts.weapp.vue
@@ -38,7 +38,8 @@
    props: {
        canvasId: {
            type: String,
            default: 'ec-canvas-' + ++canvasCount + '-' + parseInt(Math.random() * 10000),
            default: () =>
                'ec-canvas-' + ++canvasCount + '-' + parseInt(Math.random() * 10000),
        },
        disableTouch: {
            type: Boolean,