add prefix to class
This commit is contained in:
@@ -32,7 +32,7 @@ const computedContent = computed(() => {
|
|||||||
html = DOMPurify.sanitize(html);
|
html = DOMPurify.sanitize(html);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
template: `<div class="content">${html}</div>`,
|
template: `<div class="sm-content">${html}</div>`,
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user