mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +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 ToastService from 'primevue/toastservice';
|
||||
|
||||
const app = createApp(App);
|
||||
app.use(ToastService);`
|
||||
app.use(ToastService);
|
||||
`
|
||||
},
|
||||
code2: {
|
||||
basic: `
|
||||
import { useToast } from 'primevue/usetoast';
|
||||
|
||||
const toast = useToast();`
|
||||
const toast = useToast();
|
||||
`
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue