added mark as default changes in estimate and invoice template

This commit is contained in:
asift798
2022-02-11 12:23:36 +05:30
parent 513d43d92f
commit 00133d66c2
9 changed files with 79 additions and 3 deletions

View File

@ -20,6 +20,7 @@
>
{{ label }}
</label>
<p v-if="description" class="text-gray-500">{{ description }}</p>
</div>
</div>
</template>
@ -32,6 +33,10 @@ const props = defineProps({
type: String,
default: '',
},
description: {
type: String,
default: '',
},
modelValue: {
type: [Boolean, Array],
default: false,