diff --git a/doc/confirmdialog/TemplateDoc.vue b/doc/confirmdialog/TemplateDoc.vue index a1ade830a..b2c213e3d 100644 --- a/doc/confirmdialog/TemplateDoc.vue +++ b/doc/confirmdialog/TemplateDoc.vue @@ -2,7 +2,7 @@ Templating allows customizing the content where the message instance is available as the implicit variable. - + @@ -21,7 +21,7 @@ export default { data() { return { code: { - basic: ` + basic: ` @@ -31,8 +31,7 @@ export default { `, options: ` - - + @@ -43,6 +42,7 @@ export default { +
Templating allows customizing the content where the message instance is available as the implicit variable.