Refactored Dialog demos

This commit is contained in:
Cagatay Civici 2023-10-29 22:34:22 +03:00
parent 9bec0e1ee3
commit 06ec8efccc
11 changed files with 295 additions and 229 deletions

View file

@ -81,7 +81,8 @@ export default {
<Dialog id="dlg" header="Header" v-model:visible="visible" :style="{ width: '50vw' }">
<p>Content</p>
</Dialog>`
</Dialog>
`
}
};
}