fix docs style

This commit is contained in:
cookfront
2017-03-22 21:04:27 +08:00
parent 65884d9f3f
commit 7adf2aedd1
8 changed files with 42 additions and 40 deletions

View File

@@ -7,7 +7,7 @@ export default {
computed: {
mobileUrl() {
return '/examples.html#' + location.pathname;
return '/examples.html#' + location.pathname.slice(4);
}
},