This commit is contained in:
syuilo
2018-02-19 14:29:42 +09:00
parent 2fe720c610
commit 469ff88287
8 changed files with 41 additions and 28 deletions

View File

@@ -1,5 +1,5 @@
<template>
<span>
<span class="mk-nav">
<a :href="aboutUrl">%i18n:common.tags.mk-nav-links.about%</a>
<i></i>
<a :href="statsUrl">%i18n:common.tags.mk-nav-links.stats%</a>
@@ -33,3 +33,9 @@ export default Vue.extend({
}
});
</script>
<style lang="stylus" scoped>
.mk-nav
a
color inherit
</style>