mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
feat(cli): support locales
This commit is contained in:
@@ -19,8 +19,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
title() {
|
||||
const route = this.$route || {};
|
||||
const { name } = route.meta || {};
|
||||
const { name } = this.$route.meta || {};
|
||||
return name ? name.replace(/-/g, '') : '';
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user