Merge branch 'mark-as-default-template' into 'master'

added mark as default changes in estimate and invoice template

See merge request mohit.panjvani/crater-web!1440
This commit is contained in:
Mohit Panjwani
2022-02-15 06:16:57 +00:00
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,