Skip to content

Commit d6d0872

Browse files
committed
fix
1 parent 7019da8 commit d6d0872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ export const CONDITION_REGEX = /!/g;
66
export const TEXT_REGEX = /\{\{\s*([^}]+)\s*\}\}|([^{}]+)/g;
77
export const SPACE_REGEX = /\s+/g;
88
export const EXCLAMATION_POINT = /(\!)/g;
9-
export const EACH_INDEX_NAME = "__campleEachIndex__";
10-
export const CLICK_FUNCTION_NAME = "__campleFn__";
9+
export const EACH_INDEX_NAME = "__campleEachIndex";
10+
export const CLICK_FUNCTION_NAME = "__campleFn";
1111

1212
export const { appendChild, insertBefore, removeChild, replaceChild } =
1313
Node.prototype;

0 commit comments

Comments
 (0)