Skip to content

Commit aa9e002

Browse files
committed
clarify slot
1 parent ab27414 commit aa9e002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ Take a look at example app, you can template:
382382
</template>
383383
```
384384
385-
- `slot` is the slot name
385+
- `slot` is the field/column name
386386
- `slot-scope` define the context object as `ctx` in this example
387387
- The context object will have the following properties
388388
1. `data` the column value, in this case is `address` property which is an object with sub-properties (street, suite, city, zipcode, geo, etc...)

0 commit comments

Comments
 (0)