1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 21:30:14 +08:00
lei.jiang ce87fff20a test
2018-06-27 18:53:53 +08:00

12 lines
140 B
Vue

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