1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-12 22:49:52 +08:00
2018-03-20 17:21:39 +08:00

12 lines
139 B
Vue

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