Skip to content

Commit 7e4d61d

Browse files
authored
chore: prefer-const (#2733)
1 parent cddbeb8 commit 7e4d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-vue/src/handleHotUpdate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export async function handleHotUpdate({
127127
}
128128
}
129129

130-
let updateType = []
130+
const updateType = []
131131
if (needRerender) {
132132
updateType.push(`template`)
133133
// template is inlined into main, add main module instead

0 commit comments

Comments
 (0)