Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuzhh committed Dec 20, 2023
1 parent efc8f2b commit 17a831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-plugin/lib/template-compiler/bind-this.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ module.exports = {
// 删除局部作用域的变量
if (scopeBinding) {
if (renderReduce) {
const { delPath, canDel, ignore, replace } = checkDelAndGetPath(path)
const { delPath, canDel, replace } = checkDelAndGetPath(path)
if (canDel) {
delPath.delInfo = {
isLocal: true,
Expand Down

0 comments on commit 17a831a

Please sign in to comment.