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

@ -19,9 +19,6 @@ export default {
$pcEditor: this,
$parentInstance: this
};
},
beforeMount() {
EditorStyle.loadStyle({ nonce: this.$primevue?.config?.csp?.nonce });
}
};
</script>