Fix: Add pins id for pins elements / fix padding for pins

This commit is contained in:
winkidney
2019-03-01 17:11:44 +08:00
committed by Isaac Bythewood
parent 6df4a90d8a
commit b46cc6b2d3
3 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{% verbatim %}
<script type="text/x-template" id="pin-container-template">
<div>
<div id="pins">
<template v-for="(item, index) in pins">
<pin
:pin="item"