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: {
|
template: {
|
||||||
type: String,
|
type: String,
|
||||||
required: false,
|
required: false,
|
||||||
|
default: '',
|
||||||
},
|
},
|
||||||
locale: {
|
locale: {
|
||||||
type: String,
|
type: String,
|
||||||
|
|
Loading…
Reference in New Issue