Update Dialog demo

pull/193/head
mertsincan 2020-02-03 12:09:07 +03:00
parent 768485ffcf
commit 0691fdc70d
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<div class="content-section implementation">
<Button label="Show" icon="pi pi-external-link" @click="open" />
<Dialog header="Godfather I" :visible.sync="display" :style="{width: '50vw'}" :modal="true">
<Dialog header="Godfather I" :visible.sync="display" :style="{width: '50vw'}" :maximizable="true" :modal="true">
The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding.
His beloved son Michael has just come home from the war, but does not intend to become part of his father's business.
Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family,
@ -46,4 +46,4 @@ export default {
'DialogDoc': DialogDoc
}
}
</script>
</script>