Compare commits
No commits in common. "0bffeac28631cff30329b28b162a46592de368b0" and "7cbf1940e9c3fb785bdbb04c913ae93a1379ade6" have entirely different histories.
0bffeac286
...
7cbf1940e9
|
@ -1,22 +0,0 @@
|
||||||
<template>
|
|
||||||
<div class="room-detail">
|
|
||||||
<!-- 你的模板内容 -->
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'RoomDetail',
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
// 你的数据
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.room-detail {
|
|
||||||
/* 你的样式 */
|
|
||||||
}
|
|
||||||
</style>
|
|
Loading…
Reference in New Issue
Block a user