Skip to content

Transition trouble using Laravel, VueJS & Tailwind #1809

Discussion options

You must be logged in to vote

Ok I found my problem. Thanks to @RomainLanz !

My problem was due to the SSR I am doing.

Solved it by doing :

    async mounted() {
        await setTimeout(() => {
            this.show = true
        }, 500);

        await setTimeout(() => {
            this.show = false
        }, 3000);
    }

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@anthonyhexium
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by anthonyhexium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants