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