style: fix linting issues met Prettier
This commit is contained in:
parent
cb9301b742
commit
9dbb962d9f
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue