debugger 干掉
This commit is contained in:
parent
4a0d1a26ee
commit
7bd783a26f
|
@ -77,7 +77,6 @@ export default function(schema) {
|
|||
};
|
||||
this.env = {
|
||||
updateLocation: (location, replace) => {
|
||||
debugger;
|
||||
router[replace ? 'replace' : 'push'](normalizeLink(location));
|
||||
},
|
||||
isCurrentUrl: to => {
|
||||
|
|
Loading…
Reference in New Issue