需求中使用到el-map组件,在画线的时候想要线的方向用到showDir属性,设置showDir=true没有显示箭头方向
<el-amap-polyline v-for="(item, index) in Polylines" :path="item.getPath()" ref="Polyline" :showDir="true" />
运行结果

想要下图的类似结果

求帮忙解答一下,会是因为vue版本之类的问题吗?
我的vue版本

<el-amap-polyline v-for="(item, index) in Polylines" :path="item.getPath()" ref="Polyline" :showDir="true" />
运行结果

想要下图的类似结果

求帮忙解答一下,会是因为vue版本之类的问题吗?
我的vue版本
