place pages on /place/:name

This commit is contained in:
lesion
2022-06-18 01:09:25 +02:00
parent e021ec56ba
commit c660bd8eb4
3 changed files with 16 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ v-container
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}`')
nuxt-link(:to='`/place/${item.name}`')
v-icon(v-text='mdiEye')
</template>