debugger 干掉

This commit is contained in:
liaoxuezhi 2019-12-12 23:59:20 +08:00
parent 4a0d1a26ee
commit 7bd783a26f
1 changed files with 0 additions and 1 deletions

View File

@ -77,7 +77,6 @@ export default function(schema) {
};
this.env = {
updateLocation: (location, replace) => {
debugger;
router[replace ? 'replace' : 'push'](normalizeLink(location));
},
isCurrentUrl: to => {