You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2020. It is now read-only.
The use of cloneNode improves repeat insert performance and precompilation reduces the number of references to the minimal traversal path. This is a basic example which doesn't leverage event delegation or any of the more advanced features described below.
57
61
@@ -63,7 +67,7 @@ The use of cloneNode improves repeat insert performance and precompilation reduc
63
67
## Plugin Options
64
68
65
69
### moduleName
66
-
The name of the runtime the compiler will output. Defaults to 'r'.
70
+
The name of the runtime module to import the methods from. Required.
67
71
68
72
### delegateEvents
69
73
Boolean to indicate whether to enable automatic event delegation on camelCase.
0 commit comments