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

Why does it inject all Transition Styles? #15

Open
irazasyed opened this issue Oct 6, 2018 · 2 comments
Open

Why does it inject all Transition Styles? #15

irazasyed opened this issue Oct 6, 2018 · 2 comments

Comments

@irazasyed
Copy link

So I'm using just the FadeTransition for my router view and I see this package injecting all the other transition styles even though I'm just importing one transition component.

@irazasyed
Copy link
Author

Here's the screenshot for reference:

transition

@irazasyed
Copy link
Author

App.vue

<template>
<fade-transition origin="center" mode="out-in" :duration="250">
    <keep-alive>
        <router-view></router-view>
    </keep-alive>
</fade-transition>
</template>
<script>
    import { FadeTransition } from 'vue2-transitions'

    export default {
        name: 'App',

        components: {
            FadeTransition
        },
    }
</script>

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