mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
docs(components): update grammar and docs
This commit is contained in:
@ -93,9 +93,9 @@ export class VirtualScroll {
|
||||
|
||||
/**
|
||||
* The data that builds the templates within the virtual scroll.
|
||||
* This is the same data that you'd pass to `*ngFor`. It's important to note
|
||||
* that when this data has changed, then the entire virtual scroll is reset,
|
||||
* which is an expensive operation and should be avoided if possible.
|
||||
* It's important to note that when this data has changed, then the
|
||||
* entire virtual scroll is reset, which is an expensive operation and
|
||||
* should be avoided if possible.
|
||||
*/
|
||||
@Prop() items: any[];
|
||||
|
||||
|
Reference in New Issue
Block a user