Orlandster / vue-typed-js

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

Where to add :stringElement? #37

Closed chris74er closed 3 years ago

chris74er commented 3 years ago

Hey,

try to set the :stringsElement in vue. Adding it inside the vue-typed-js, the error message comes "... Just one child element ...". Where do I have to add it?

<vue-typed-js 
:stringsElement="'myId'"
:typeSpeed="50"
>
<div id="myId">Some Text for typing-class</div>
  <h1 class="typing"></h1>
</vue-typed-js>
chris74er commented 3 years ago

Ok, got it. Forgot the hashtag in :stringElement.