Compare commits

..

No commits in common. "0bffeac28631cff30329b28b162a46592de368b0" and "7cbf1940e9c3fb785bdbb04c913ae93a1379ade6" have entirely different histories.

View File

@ -1,22 +0,0 @@
<template>
<div class="room-detail">
<!-- 你的模板内容 -->
</div>
</template>
<script>
export default {
name: 'RoomDetail',
data() {
return {
//
}
}
}
</script>
<style scoped>
.room-detail {
/* 你的样式 */
}
</style>