You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making this plugin - it's really useful for me. The only slight problem I'm having is getting some events to fire properly.
I'm using vue-typed-js in nuxt.js and when I use the @onstart method on my component, it does not get called before starting. The same is true with @preStringTyped and @onTypingResumed, although @onComplete works strangely enough.
The only alert message I see is the completed one, which is annoying because I want to append an extra space to the word I'm inserting in between 2 other words before it starts typing.
I'm using it as plugin in nuxt like so:
Typed.js
import Vue from 'vue'
import VueTypedJs from 'vue-typed-js'
Vue.use(VueTypedJs)
Hey,
Thanks for making this plugin - it's really useful for me. The only slight problem I'm having is getting some events to fire properly.
I'm using vue-typed-js in nuxt.js and when I use the @onstart method on my component, it does not get called before starting. The same is true with @preStringTyped and @onTypingResumed, although @onComplete works strangely enough.
Here is my VueTypedJs component:
And the methods in the component are:
The only alert message I see is the completed one, which is annoying because I want to append an extra space to the word I'm inserting in between 2 other words before it starts typing.
I'm using it as plugin in nuxt like so:
Typed.js
Nuxt.config.js
I have a feeling it may something be to do with #29 but I'm not sure.
Thanks for any help and again thanks for building a really useful plugin,
Isaac
The text was updated successfully, but these errors were encountered: