Active link style

This commit is contained in:
Jiang Yio 2023-05-06 12:35:37 -04:00
parent b57634f730
commit cc5ec1f69f

View File

@ -40,6 +40,12 @@
</nav>
</template>
<style scoped>
a.router-link-exact-active {
color: #bbb;
}
</style>
<script>
import vistax from './vistax.mjs';