Bug Fixes: exception when relative is false

This commit is contained in:
JM 2020-01-08 19:02:32 +08:00
parent b6c8134fa6
commit cc14ac7670
1 changed files with 0 additions and 2 deletions

View File

@ -472,8 +472,6 @@ export default {
const { relative, points } = mergedConfig
if (!relative) return
this.flylinePoints = points.map((item, i) => {
const { coordinate: [x, y], halo, icon, text } = item