VnSmsDialog add default value to template prop as empty string
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
3cb045936b
commit
bafb938e23
|
@ -22,6 +22,7 @@ const props = defineProps({
|
|||
template: {
|
||||
type: String,
|
||||
required: false,
|
||||
default: '',
|
||||
},
|
||||
locale: {
|
||||
type: String,
|
||||
|
|
Loading…
Reference in New Issue