mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-04-06 03:58:00 +08:00
13 lines
163 B
Vue
13 lines
163 B
Vue
<template>
|
|
<div id="vue-admin-beautiful">
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'App',
|
|
mounted() {},
|
|
}
|
|
</script>
|