heremaps.vue上的我的脚本模板
<div class="here-map">
<div ref="map" v-bind:style="{ width: width + '%', height: height }" style="float: left"></div>
<ol v-bind:style="{ width: (100 - width - 5) + '%'}" style="float: right; min-height: 530px; margin-left: 20px; margin-top: 0">
<li v-bind="directions in directions">
<p v-html="directions.instruction"></p>
</li>
</ol>
</div>
heremaps.vue上的我的脚本js
<script>
import H from 'here-maps/mapsjs-core'
import 'here-maps/mapsjs-service'
import 'here-maps/mapsjs-ui'
import 'here-maps/mapsjs-mapevents'