提交 79d6aacc 编写于 作者: 求知_攀登者's avatar 求知_攀登者

上级 2d77057a
<template>
<div>
这个页面叫Gender
</div>
</template>
<script>
import Page from '../BasePage.vue';
export default {
extends:Page,
title:"新增的页面",
name: 'Gender',
components:{
},
props: {
msg: String
},
data(){
return{
}
},
created(){
}
}
</script>
<style>
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册