Orlandster / vue-typed-js

Typed.js integration for vue.js. Create a typing animation.
http://www.mattboldt.com/demos/typed-js/
MIT License
478 stars 38 forks source link

Unable to bind dynamic data #46

Open wsheeny opened 3 years ago

wsheeny commented 3 years ago

: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>
guopuu commented 3 years ago

need help too!

KBKUN024 commented 2 years ago

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

KBKUN024 commented 2 years ago

need help too!

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

KBKUN024 commented 2 years ago

: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