fix: 修复创建虚线线条异常的bug

This commit is contained in:
pipipi-pikachu 2021-02-06 22:42:52 +08:00
parent b101fd5113
commit 0e094388c5

View File

@ -157,7 +157,7 @@ export default () => {
end,
points: data.points,
color: themeColor.value,
style: 'solid',
style: data.style,
width: 2,
})
}