Commit d318b797 authored by TTS Kieu Tuan Anh's avatar TTS Kieu Tuan Anh

post + product

parent ef3630f7
<template>
<div>
<NavBar />
<v-app>
<nuxt />
</v-app>
</div>
</template>
......
This diff is collapsed.
This diff is collapsed.
......@@ -10,12 +10,7 @@
</v-breadcrumbs>
</div>
<div style="float: right">
<v-dialog
v-model="dialog1"
persistent
max-width="600px"
@submit.prevent="createUser"
>
<v-dialog v-model="dialog1" persistent max-width="600px" @submit.prevent="createUser">
<template #activator="{ on, attrs }">
<v-btn
color="primary"
......@@ -155,7 +150,7 @@
<v-spacer />
</v-toolbar>
</template>
<template #item.actions="{ item }">
<template #[`item.actions`]="{ item }">
<v-icon :id="item.id" small class="mr-2" @click="dialog2 = true; editUser(item);">
mdi-pencil
</v-icon>
......@@ -170,7 +165,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