fix(virtual-scroll): use FunctionalComponent for JSX integration

This commit is contained in:
Manu Mtz.-Almeida
2018-08-11 12:02:39 +02:00
parent e3010e1f0d
commit b53ce4b0e8
2 changed files with 32 additions and 21 deletions

View File

@ -7,6 +7,8 @@ ion-virtual-scroll {
width: 100%;
contain: strict;
user-select: none;
}
.virtual-loading {