This commit is contained in:
2018-11-27 23:20:55 +00:00
parent 3d643eb3b3
commit 9102b5bb87
2 changed files with 8 additions and 2 deletions

View File

@@ -55,8 +55,14 @@
<script>
export default {
props: {
dialog: {
type: Boolean,
default: false
}
},
data: () => ({
dialog: false
dataDialog: false
})
};
</script>

View File

@@ -20,7 +20,7 @@
<v-icon>fa-ellipsis-v</v-icon>
</v-btn>
</v-toolbar>
<WidgetEdit/>
<WidgetEdit v-bind:dialog="false"/>
<v-data-table
v-model="selected"
:headers="headers"