5 changed files with 20 additions and 35 deletions
@ -1,26 +0,0 @@ |
|||
<!-- 房屋模块用 --> |
|||
<template> |
|||
<div class=''> |
|||
|
|||
</div> |
|||
</template> |
|||
<!-- --> |
|||
<script> |
|||
export default{ |
|||
data(){ |
|||
return{}; |
|||
}, |
|||
//创建前 |
|||
created(){}, |
|||
//方法 |
|||
methods:{}, |
|||
//子组件注册 |
|||
components:{}, |
|||
//计算 |
|||
computed:{}, |
|||
//监听 |
|||
watch:{}, |
|||
} |
|||
</script> |
|||
<style lang="less" scoped> |
|||
</style> |
Loading…
Reference in new issue