debugger 干掉

This commit is contained in:
liaoxuezhi 2019-12-12 23:59:20 +08:00
parent 73a67cd4e7
commit 7db9e37844
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 => {