<template>
<div>
模板框
<router-view></router-view>
</div>
</template>
<script>
export default {
name:"Layout"
}
</script>
<style scoped>
</style>