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>
<script src="https://unpkg.com/vue-router/dist/vue-router.js"></script>
<div id="app">
  <p>
    <router-link to="/test">/test</router-link>
  </p>
  <router-view></router-view>
</div>
Output

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

Dismiss x
public
Bin info
tangyuhuipro
0viewers