Skip to content

Commit

Permalink
chore: prefer-const (#2733)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Mar 31, 2021
1 parent cddbeb8 commit 7e4d61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-vue/src/handleHotUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export async function handleHotUpdate({
}
}

let updateType = []
const updateType = []
if (needRerender) {
updateType.push(`template`)
// template is inlined into main, add main module instead
Expand Down

0 comments on commit 7e4d61d

Please sign in to comment.