mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Visual demo fixes
This commit is contained in:
parent
50dd991655
commit
f534e4a1ad
19 changed files with 95 additions and 47 deletions
|
@ -10,14 +10,16 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `export default {
|
||||
basic: `
|
||||
export default {
|
||||
inject: ['dialogRef'],
|
||||
methods:{
|
||||
closeDialog() {
|
||||
this.dialogRef.close();
|
||||
}
|
||||
}
|
||||
}`,
|
||||
}
|
||||
`,
|
||||
options: `
|
||||
export default {
|
||||
inject: ['dialogRef'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue