build docs

This commit is contained in:
cookfront 2017-03-09 21:29:57 +08:00
parent 2fec3c99c0
commit 77dc226416
2 changed files with 2 additions and 2 deletions

2
docs/build/0.js vendored

File diff suppressed because one or more lines are too long

View File

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