VnSmsDialog add default value to template prop as empty string
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
William Buezas 2024-03-28 17:10:07 -03:00
parent 3cb045936b
commit bafb938e23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ const props = defineProps({
template: {
type: String,
required: false,
default: '',
},
locale: {
type: String,