push to owner, manage chat
Main daploy / deploy (push) Successful in 46s

This commit is contained in:
2024-11-29 00:05:43 +02:00
parent 1c8019d41a
commit 8c0e0ccc96
7 changed files with 139 additions and 28 deletions
+6
View File
@@ -19,6 +19,12 @@ const routes = [
component: () => import('@/views/ManageQRCodeReadyView.vue'),
props: true,
},
{
path: '/manage/:qr_code_uri/chat/:chat',
name: ROUTE_NAMES.MANAGE_QR_CODE_CHAT,
component: () => import('@/views/ManageQRCodeChatView.vue'),
props: true,
},
{
path: '/read/:qr_code_uri',
name: ROUTE_NAMES.READ_QR_CODE,