docs: simplify seciton name (#4961)
This commit is contained in:
@@ -38,8 +38,7 @@ function getQueryString(name) {
|
||||
export default {
|
||||
computed: {
|
||||
title() {
|
||||
const { name } = this.$route.meta;
|
||||
return name ? name.replace(/-/g, '') : '';
|
||||
return this.$route.meta.title || '';
|
||||
},
|
||||
|
||||
showNav() {
|
||||
|
||||
Reference in New Issue
Block a user