Created
March 22, 2020 02:06
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="ui segment" style="max-height:500px;overflow:scroll"> | |
<div class="ui divided items"> | |
<div class="item" v-for="place in places" :key="place.id"> | |
<div class="content"> | |
<div class="header">{{place.name}}</div> | |
<div class="meta">{{place.vicinity}}</div> | |
</div> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment