Commit fd18168c authored by Kemm23's avatar Kemm23

fix UI

parent ef3630f7
<template>
<div>
<v-app>
<NavBar />
<nuxt />
</div>
</v-app>
</template>
<script>
......
This diff is collapsed.
<!-- eslint-disable vue/valid-v-slot -->
<template>
<v-app>
<div>
<div />
<div>
<v-breadcrumbs :items="items">
<template #divider>
......@@ -155,6 +155,7 @@
<v-spacer />
</v-toolbar>
</template>
// eslint-disable-next-line vue/valid-v-slot
<template #item.actions="{ item }">
<v-icon :id="item.id" small class="mr-2" @click="dialog2 = true; editUser(item);">
mdi-pencil
......@@ -170,7 +171,7 @@
</template>
</v-data-table>
</div>
</v-app>
</v-app>
</template>
<script>
export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment