This commit is contained in:
Mert Sincan 2024-05-02 23:12:36 +01:00
parent 1ea0731a18
commit 8574a61891
8 changed files with 73 additions and 97 deletions

View file

@ -95,7 +95,7 @@ export default {
};
},
beforeMount() {
VirtualScrollerStyle.loadStyle({ nonce: this.$config?.csp?.nonce });
VirtualScrollerStyle.loadCSS({ nonce: this.$config?.csp?.nonce });
}
};
</script>