mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4348 - VirtualScroller: Unstyled mode is removing needed classes for core functionality
This commit is contained in:
parent
3982a16db7
commit
02ee862821
1 changed files with 3 additions and 3 deletions
|
@ -152,13 +152,13 @@ export default {
|
|||
default: false
|
||||
}
|
||||
},
|
||||
css: {
|
||||
loadStyle
|
||||
},
|
||||
provide() {
|
||||
return {
|
||||
$parentInstance: this
|
||||
};
|
||||
},
|
||||
beforeMount() {
|
||||
loadStyle();
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue