fix(reactivity-transform): should not rewrite catch param (#5711)
fix #5709
This commit is contained in:
@@ -216,6 +216,11 @@ exports[`should not rewrite scope variable 1`] = `
|
||||
console.log(d.value)
|
||||
console.log(e)
|
||||
}
|
||||
let err = _ref(null)
|
||||
try {
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
}
|
||||
"
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user