fix: fix useless nav-indicator-key attribute (#1353)

This commit is contained in:
Nolan Lawson 2019-07-21 19:31:19 -07:00 committed by GitHub
parent 7628eeed66
commit 734d1d7bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -12,10 +12,7 @@
/>
<span class="nav-link-label">{label}</span>
</div>
<div class="nav-indicator"
nav-indicator-key={name}
ref:indicator
></div>
<div class="nav-indicator" ref:indicator></div>
</a>
<style>
.main-nav-link {