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