DataV-Team / DataV

Vue数据可视化组件库(类似阿里DataV,大屏数据展示),提供SVG的边框及装饰、图表、水位图、飞线图等组件,简单易用,长期更新(React版已发布)
http://datav.jiaminghi.com
MIT License
8.98k stars 1.77k forks source link

组件包bug #293

Open guoxaioyin opened 1 year ago

guoxaioyin commented 1 year ago

Bug report

编译过程中报错

出现Bug的组件?

node_modules/@jiaminghi/data-view/lib/components/decoration3/src/main.vue

组件配置数据?

<template v-for="(point, i) in points"

<rect :key="i" :fill="mergedColor[0]" :x="point[0] - halfPointSideLength" :y="point[1] - halfPointSideLength" :width="pointSideLength" :height="pointSideLength"

<animate v-if="Math.random() > 0.6" attributeName="fill" :values="${mergedColor.join(';')}" :dur="Math.random() + 1 + 's'" :begin="Math.random() * 2" repeatCount="indefinite" />

控制台错误输出?

期望情况?

正常编译

实际情况?

编译失败

其他相关信息