jinjianback1.1/src/App.vue

12 lines
121 B
Vue
Raw Normal View History

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