mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Visual demo fixes
This commit is contained in:
parent
50dd991655
commit
f534e4a1ad
19 changed files with 95 additions and 47 deletions
|
@ -19,13 +19,15 @@ import {createApp} from 'vue';
|
|||
import DialogService from 'primevue/dialogservice';
|
||||
|
||||
const app = createApp(App);
|
||||
app.use(DialogService);`
|
||||
app.use(DialogService);
|
||||
`
|
||||
},
|
||||
code2: {
|
||||
basic: `
|
||||
import { useDialog } from 'primevue/usedialog';
|
||||
|
||||
const dialog = useDialog();`,
|
||||
const dialog = useDialog();
|
||||
`,
|
||||
options: `const dialogRef = this.$dialog;`,
|
||||
composition: `
|
||||
import { useDialog } from 'primevue/usedialog';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue