[Doc] optimzie router & remove unused code (#640)
This commit is contained in:
@@ -12,14 +12,14 @@ import docConfig from './doc.config';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
simulators: [`/zanui/vant/examples${location.hash}`],
|
||||
simulators: [`/zanui/vant/mobile${location.hash}`],
|
||||
demoURL: ''
|
||||
};
|
||||
},
|
||||
|
||||
computed: {
|
||||
base() {
|
||||
return `/${this.$vantLang}/component`;
|
||||
return `/${this.$vantLang}`;
|
||||
},
|
||||
|
||||
config() {
|
||||
|
||||
Reference in New Issue
Block a user