#NS-21: Admin Panel Layout #10
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
GamBar/nail-studio!10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#NS-21"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some details need fixing, good job otherwise! 😃
@ -1,38 +1,64 @@<script setup>import { useRouter } from 'vue-router';Copy the enum from the backend
you mean clear user data?
@ -14,6 +15,10 @@ const props = defineProps(['navigations', 'options']);const open = ref(false);can we use a computed value here?
Horrible formatting, run litner
return? can we instead use an implicit return?
@ -44,3 +47,4 @@<p :onclick="() => router.push(navigation.location)">{{ navigation.name }}</p></div>does v-show or v-if not work here?
@ -0,0 +1,37 @@<script setup>This import style should be used only in js files, this is a vue component
@components/Icon
unused variable from
Good job 😸