change dialog form po aset, separate form order / form aset
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<v-content style="background: #F5E8DF!important">
|
||||
<v-container fluid fill-height class="px-1 py-2">
|
||||
<v-flex xs12 fill-height pa-1>
|
||||
|
||||
<main-layout></main-layout>
|
||||
</v-flex>
|
||||
</v-container>
|
||||
</v-content>
|
||||
@@ -46,7 +46,8 @@
|
||||
methods: {},
|
||||
components: {
|
||||
'one-navbar': httpVueLoader('../../../apps/components/oneNavbarComponent.vue'),
|
||||
'one-footer': httpVueLoader('../../../apps/components/oneFooter.vue')
|
||||
'one-footer': httpVueLoader('../../../apps/components/oneFooter.vue'),
|
||||
'main-layout': httpVueLoader('./components/main-layout.vue')
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user