1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 06:28:42 +01:00

chore: upgrade to unplug-vue-router (#3041)

This commit is contained in:
Amir Raminfar
2024-06-17 12:07:24 -07:00
committed by GitHub
parent d344c5f20e
commit f24d4951ad
22 changed files with 199 additions and 571 deletions

View File

@@ -33,7 +33,7 @@
<router-link
:to="{
name: 'merged-name',
name: '/merged/[name]',
query: { id: containers.map(({ id }) => id) },
params: { name: label.replace('label.', '') },
}"
@@ -48,7 +48,7 @@
<li v-for="item in containers" :class="item.state" :key="item.id">
<Popup>
<router-link
:to="{ name: 'container-id', params: { id: item.id } }"
:to="{ name: '/container/[id]', params: { id: item.id } }"
active-class="active-primary"
@click.alt.stop.prevent="pinnedStore.pinContainer(item)"
:title="item.name"