diff --git a/src/components/RoomInfo.vue b/src/components/RoomInfo.vue
index fe26407..a2c868a 100644
--- a/src/components/RoomInfo.vue
+++ b/src/components/RoomInfo.vue
@@ -103,18 +103,16 @@
v-model="roomJoinRule"
item-title="text"
item-value="id"
- item-props
- return-object
>
- {{ item.props.icon }}
- {{ item.props.text }}
+ {{ item.raw.icon }}
+ {{ item.raw.text }}
-
+
- {{ props.icon }}
+ {{ item.raw.icon }}