feat(tours): data-tour якоря — кнопки создания проекта и пополнения

This commit is contained in:
Дмитрий
2026-07-03 03:29:34 +03:00
parent d78c7ed43d
commit f2ade2a39e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ defineExpose({ loadWallet, wallet, topupOpen });
>
</div>
</div>
<v-btn color="primary" variant="flat" prepend-icon="mdi-plus" @click="topupOpen = true"
<v-btn color="primary" variant="flat" prepend-icon="mdi-plus" data-tour="billing-topup" @click="topupOpen = true"
>Пополнить баланс</v-btn
>
</header>
+1 -1
View File
@@ -2,7 +2,7 @@
<v-container fluid class="projects-view" :class="{ 'has-drawer': singleSelectedProject !== null }">
<div class="d-flex justify-space-between align-center mb-4 ga-3 projects-head">
<h1 class="text-h4">Проекты</h1>
<v-btn color="primary" prepend-icon="mdi-plus" @click="openCreate">Создать проект</v-btn>
<v-btn color="primary" prepend-icon="mdi-plus" data-tour="projects-create" @click="openCreate">Создать проект</v-btn>
</div>
<v-alert