Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Continue on without re-type #33

Open
Aleadinglight opened this issue Jul 27, 2018 · 0 comments
Open

Continue on without re-type #33

Aleadinglight opened this issue Jul 27, 2018 · 0 comments

Comments

@Aleadinglight
Copy link

Hello, I have a Vue instance like this:

var app = new Vue({
    el:'#app',
    data:{
        message: 'Hello',
        show:true
    },
    components: {
        VueTyper
    }
});

When I add more line to message, for example: app.message+=" \n Please help", the whole app.message is typed again twice. But I only want it to continue on typing the second message only. Is there any helpful feature on this or any idea how to work it out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant