File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ See also the `docs-src` folder where you can find more examples. You can run `np
109
109
| ** push** | ` push ` | String value for ` <push> ` tag name. |
110
110
| ** stack** | ` stack ` | String value for ` <stack> ` tag name. |
111
111
| ** propsScriptAttribute** | ` props ` | String value used as attribute in ` <script props> ` parsed by the plugin to retrieve props of the component. |
112
- | ** propsContext** | ` props ` | String value used as object name inside the script to process process before passed to the component. |
112
+ | ** propsContext** | ` props ` | String value used as object name inside the script to process props before passed to the component. |
113
113
| ** propsAttribute** | ` props ` | String value for props attribute to define props as JSON. |
114
114
| ** propsSlot** | ` props ` | String value used to retrieve the props passed to slot via ` $slots.slotName.props ` . |
115
115
| ** expressions** | ` {} ` | Object to configure ` posthtml-expressions ` . You can pre-set locals or customize the delimiters for example. |
You can’t perform that action at this time.
0 commit comments