jinjianback1.1/src/App.vue

12 lines
134 B
Vue
Raw Normal View History

2017-06-26 13:38:24 +08:00
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
2018-05-02 18:00:01 +08:00
name: 'App'
2017-06-26 13:38:24 +08:00
}
</script>