diff --git a/src/components/Location.vue b/src/components/Location.vue index fc53af2e..4c07a426 100644 --- a/src/components/Location.vue +++ b/src/components/Location.vue @@ -4,13 +4,15 @@ + @click.stop="handleShowWorldDialog"> {{ text }} - ({{ groupName }}) + ({{ groupName }}) diff --git a/src/views/FriendLocation/FriendLocation.vue b/src/views/FriendLocation/FriendLocation.vue index 25354e2b..1c5e0f43 100644 --- a/src/views/FriendLocation/FriendLocation.vue +++ b/src/views/FriendLocation/FriendLocation.vue @@ -1,11 +1,7 @@