mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
New code highlight spacing
This commit is contained in:
parent
0a416e0545
commit
ce649d5360
743 changed files with 3945 additions and 1967 deletions
|
@ -27,8 +27,10 @@ app.use(DialogService);
|
|||
import { useDialog } from 'primevue/usedialog';
|
||||
|
||||
const dialog = useDialog();
|
||||
|
||||
`,
|
||||
options: `const dialogRef = this.$dialog;
|
||||
`,
|
||||
options: `const dialogRef = this.$dialog;`,
|
||||
composition: `
|
||||
import { useDialog } from 'primevue/usedialog';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue