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: readme.md
+1
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,7 @@ You can run `npm run build` to compile them.
116
116
|**propsContext**|`props`| String value used as object name inside the script to process process before passed to the component. |
117
117
|**propsAttribute**|`props`| String value for props attribute to define props as JSON. |
118
118
|**propsSlot**|`props`| String value used to retrieve the props passed to slot via `$slots.slotName.props`. |
119
+
|**parserOptions**|`{recognizeSelfClosing: true}`| Object to configure `posthtml-parser`. By default, it enables support for self-closing component tags. |
119
120
|**expressions**|`{}`| Object to configure `posthtml-expressions`. You can pre-set locals or customize the delimiters for example. |
120
121
|**plugins**|`[]`| PostHTML plugins to apply for every parsed components. |
121
122
|**matcher**|`[{tag: options.tagPrefix}]`| Array of object used to match the tags. |
0 commit comments