Vue 3 Component that simulates typing like this:

Just clone or copy&paste and start using with:
<TypeWriter :texts="['TEXT1', 'TEXT2', 'TEXT3']" :eraseDelay="100" :typeDelay="100" :waitTimer="1800" />
Delays are customizable.
It shows a blinking cursor by default that can be disabled by changing
const showCursor = ref(true);