vue-typed-js icon indicating copy to clipboard operation
vue-typed-js copied to clipboard

Unable to bind dynamic data

Open wsheeny opened this issue 3 years ago • 4 comments

:strings binds dynamic data and cannot be printed

<vue-typed-js :loop="true" :strings="[quote.content]" :type-speed="50" :back-speed="50">
  <span class="typing" />
</vue-typed-js>

wsheeny avatar May 27 '21 09:05 wsheeny

need help too!

guopuu avatar Nov 02 '21 04:11 guopuu

look at here:https://github.com/eduardostuart/vue-typewriter

KBKUN024 avatar Mar 25 '22 10:03 KBKUN024

need help too!

look at here:https://github.com/eduardostuart/vue-typewriter

KBKUN024 avatar Mar 25 '22 10:03 KBKUN024

:strings binds dynamic data and cannot be printed

<vue-typed-js :loop="true" :strings="[quote.content]" :type-speed="50" :back-speed="50">
  <span class="typing" />
</vue-typed-js>

You can use this one:https://github.com/eduardostuart/vue-typewriter

KBKUN024 avatar Mar 25 '22 10:03 KBKUN024