1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-11 05:40:03 +08:00
gooking 29d322e345 1
2018-05-15 08:27:33 +08:00

12 lines
134 B
Vue

<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>