mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 21:30:14 +08:00
12 lines
140 B
Vue
12 lines
140 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view> </router-view>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default{
|
|
name: 'App'
|
|
}
|
|
</script>
|