rename tools to utility fixes #18
This commit is contained in:
@@ -38,7 +38,6 @@ export default {
|
|||||||
this.active = title === query
|
this.active = title === query
|
||||||
? 'card--active'
|
? 'card--active'
|
||||||
: ''
|
: ''
|
||||||
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
nuxt-link(to="/frontend") Frontend
|
nuxt-link(to="/frontend") Frontend
|
||||||
nuxt-link(to="/fullstack") Fullstack
|
nuxt-link(to="/fullstack") Fullstack
|
||||||
nuxt-link(to="/servers") Server
|
nuxt-link(to="/servers") Server
|
||||||
nuxt-link(to="/tools") Tools
|
nuxt-link(to="/tools") Utility
|
||||||
nuxt-link(to="/daily") Daily
|
nuxt-link(to="/daily") Daily
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user