Merge pull request #184 from chfree/patch-2

带回车的span内容,会在前面自动生成一个空格
This commit is contained in:
reco_luan 2020-05-24 17:32:28 +08:00 committed by GitHub
commit e685c26a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,9 +25,7 @@
:key="subIndex"
class="tag-item"
:class="{ 'active': currentTag == subItem }"
@click="goTags(subItem)">
{{subItem}}
</span>
@click="goTags(subItem)">{{subItem}}</span>
</i>
</div>
</template>