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

post + product

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