Bugfixes
This commit is contained in:
@@ -14,8 +14,6 @@ onMounted(async () => {
|
||||
const response = await fetch('/api/v1/core/retrieve-text-resource/' + props.textName);
|
||||
const data = await response.json();
|
||||
Object.assign(contentData, data);
|
||||
console.log(contentData)
|
||||
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user