Fixed #4348 - VirtualScroller: Unstyled mode is removing needed classes for core functionality

pull/4356/head
mertsincan 2023-08-30 10:49:17 +01:00
parent 3982a16db7
commit 02ee862821
1 changed files with 3 additions and 3 deletions

View File

@ -152,13 +152,13 @@ export default {
default: false
}
},
css: {
loadStyle
},
provide() {
return {
$parentInstance: this
};
},
beforeMount() {
loadStyle();
}
};
</script>