style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-22 15:49:19 +00:00
parent cb9301b742
commit 9dbb962d9f

View file

@ -276,7 +276,11 @@
:text="t('cancel')" :text="t('cancel')"
@click="isActive.value = false" @click="isActive.value = false"
></v-btn> ></v-btn>
<v-btn :text="t('logout')" @click="performLogout" to="/login"></v-btn> <v-btn
:text="t('logout')"
@click="performLogout"
to="/login"
></v-btn>
</v-card-actions> </v-card-actions>
</v-card> </v-card>
</template> </template>