Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<div id='vue-test-element'>
    <transition @enter='enter' @leave='leave'>
        <div id='vue-test' v-show='show'>test</div>
    </transition>
</div>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers