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
Copy file name to clipboardExpand all lines: docs-src/md/introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ You can run `npm run build` to compile them.
117
117
|**utilities**|`{merge: _.mergeWith, template: _.template}`| Object of utilities methods to be passed to `<script props>`. By default lodash `mergeWith` and `template`. |
118
118
|**elementAttributes**|`{}`| An object with tag name and a function modifier of valid-attributes.js. |
119
119
|**safelistAttributes**|`['data-*']`| An array of attributes name to be added to default valid attributes. |
120
-
|**blacklistAttributes**|`[]`| An array of attributes name to be removed from default valid attributes. |
120
+
|**blocklistAttributes**|`[]`| An array of attributes name to be removed from default valid attributes. |
121
121
122
122
## Features
123
123
@@ -793,7 +793,7 @@ const options = {
793
793
],
794
794
795
795
// Remove attributes from all tags that support it
0 commit comments