mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
fix docs style
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
mobileUrl() {
|
||||
return '/examples.html#' + location.pathname;
|
||||
return '/examples.html#' + location.pathname.slice(4);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user