chore: remove duplicate helperNameMap entry

This commit is contained in:
Evan You 2019-10-11 10:49:35 -04:00
parent 9ad7ae479e
commit 35d31a2ba2

View File

@ -26,7 +26,6 @@ export const helperNameMap: any = {
[COMMENT]: `Comment`,
[TEXT]: `Text`,
[SUSPENSE]: `Suspense`,
[COMMENT]: `Comment`,
[OPEN_BLOCK]: `openBlock`,
[CREATE_BLOCK]: `createBlock`,
[CREATE_VNODE]: `createVNode`,