App.vue 121 Bytes
Newer Older
Pan's avatar
Pan committed
1 2
<template>
  <div id="app">
3
    <router-view/>
Pan's avatar
Pan committed
4 5 6 7 8
  </div>
</template>

<script>
export default {
Pan's avatar
Pan committed
9
  name: 'App'
Pan's avatar
Pan committed
10 11
}
</script>