GitBucket
4.6.0
<template>
<div>
<div>{{msg}}</div>
</div>
</template>
<script>
export default {
components: {
},
data(){
return {
msg:"这是中间页"
}
},
mounted(){
},
methods: {
},
};
</script>