mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-28 21:18:01 +02:00
parent
d673c0d998
commit
d4eee69077
11 changed files with 30 additions and 29 deletions
|
@ -3,7 +3,7 @@ import { useI18n } from '@/stores/misc.js';
|
|||
|
||||
import TextModal from './TextModal.vue';
|
||||
|
||||
defineProps(['text']);
|
||||
defineProps({ text: String });
|
||||
|
||||
const { t } = useI18n(),
|
||||
parse = d => new DOMParser().parseFromString(d, 'text/html').body.innerText;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue