Skip to content

Commit

Permalink
Fix typo in slots section
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jul 6, 2019
1 parent 78ea06a commit 2be5b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -199,7 +199,7 @@ If you want to use your own template for all cells in a row, for all cells in a
you can use your own scoped slot with the following names (the first will overrule the latter):
- `<column_property>_<row_id>`: Replace a specific cell for the column `<column_property>` (assigned by the `property` attribute in the column object)
and row `<row_id>` (assigned by the `_id` attibute in the row object).
- `<column_proerty>`: Replace all column cells for the column `<column_property>` (assigned by the `property` attribute in the column object).
- `<column_property>`: Replace all column cells for the column `<column_property>` (assigned by the `property` attribute in the column object).
- `_<row_id>`: Replace all row cells for the row `<row_id>` (assigned by the `_id` attibute in the row object).

All three contains a slot-scope which contains the following parameters:
Expand Down

0 comments on commit 2be5b0f

Please sign in to comment.