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

Appear and mode are included in a compiled template #51

Open
kwiat1990 opened this issue Feb 1, 2021 · 0 comments
Open

Appear and mode are included in a compiled template #51

kwiat1990 opened this issue Feb 1, 2021 · 0 comments

Comments

@kwiat1990
Copy link

Hi, I have noticed that when I use appear or mode on transition component, both will be included in the HTML after build. Do I make something wrong or is it a problem with the plugin itself?

Compiled code:
<div appear="true" mode="out-in" data-v-01a1d1be="" style="">.../<div>

Source code:
<fade-transition :appear="true" mode="out-in">...</fade-transition>

It is worth noticing that if I set appear just as a flag then it would compile to appear="".

I think this is the possible reason why my routing breaks on production (I get page reload between pages).

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