mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-15 17:19:46 +08:00
13 lines
156 B
Vue
13 lines
156 B
Vue
<template>
|
|
<div id="vue-admin-beautiful">
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "App",
|
|
mounted() {},
|
|
};
|
|
</script>
|