chore: install prettier

This commit is contained in:
Viet An
2026-05-04 15:22:27 +07:00
parent 93d29ca7d8
commit bd58e2b847
267 changed files with 22950 additions and 13581 deletions

View File

@@ -1,5 +1,8 @@
<template>
<div class="columns mx-0" v-if="login">
<div
class="columns mx-0"
v-if="login"
>
<div class="column is-3">
<div class="leftbox">
<Avatarbox
@@ -19,9 +22,15 @@
<span>{{ login.username }}</span>
</p>
<p class="border-bottom mt-2"></p>
<aside class="menu" style="padding-top: 22px">
<aside
class="menu"
style="padding-top: 22px"
>
<ul class="menu-list">
<li v-for="(v, i) in tabs" style="list-style: none;">
<li
v-for="(v, i) in tabs"
style="list-style: none"
>
<a
:class="`${v.code === tab ? 'has-background-primary has-text-white' : 'has-text-dark'} fsb-17 mt-4`"
@click="changeTab(v)"