Merge pull request #599 from Goodosky/master

Fix import useToast in Composition API example.
pull/682/head
Cagatay Civici 2020-11-25 18:08:58 +03:00 committed by GitHub
commit 8a95c3531b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ export default {
<pre v-code.script>
<code>
import { defineComponent } from "vue";
import { useToast } from "primevue/useToast";
import { useToast } from "primevue/usetoast";
export default defineComponent({
setup() {