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