From fb4279a1080afe26c0c6be04687e64338c5e0799 Mon Sep 17 00:00:00 2001 From: lesion Date: Wed, 1 Jun 2022 14:08:13 +0200 Subject: [PATCH] use new /place/all api --- components/admin/Places.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/components/admin/Places.vue b/components/admin/Places.vue index 620e47ad..1b8b868c 100644 --- a/components/admin/Places.vue +++ b/components/admin/Places.vue @@ -41,18 +41,21 @@ template(v-slot:item.actions='{item}') v-btn(@click='editPlace(item)' color='primary' icon) v-icon(v-text='mdiPencil') + nuxt-link(:to='`/p/${item.name}`') + v-icon(v-text='mdiEye') +