• Pan's avatar
    init · d1037008
    Pan authored
    d1037008
App.vue 153 Bytes
<template>
    <div id="app">
        <router-view></router-view>
    </div>
</template>

<script>
    export default{
      name: 'APP'
    }
</script>