Browse Source

mod default

dev
philipp lang 4 years ago
parent
commit
132c974f9c
  1. 4
      assets/js/Stepper.vue

4
assets/js/Stepper.vue

@ -205,7 +205,7 @@ export default {
}, },
range: {min: [1800, 1], max: [dayjs().year(), 1]}, range: {min: [1800, 1], max: [dayjs().year(), 1]},
value: { value: {
category_id: 'Haus',
category_id: null,
living_area: null, living_area: null,
plot_area: null, plot_area: null,
construction_year: null, construction_year: null,
@ -219,7 +219,7 @@ export default {
phone: '', phone: '',
email: '' email: ''
}, },
innerStep: 7,
innerStep: 0,
categories: [ categories: [
{key: 'Haus', label: 'Haus', icon: 'category-house'}, {key: 'Haus', label: 'Haus', icon: 'category-house'},
{key: 'Grundstück', label: 'Grundstück', icon: 'category-plot'}, {key: 'Grundstück', label: 'Grundstück', icon: 'category-plot'},

Loading…
Cancel
Save