Merge pull request #3717 from adrianrudnik/inlinemessage-importdoc-fix

Fixed wrong import documentation for InlineMessage
pull/3720/head
Tuğçe Küçükoğlu 2023-03-09 17:53:48 +03:00 committed by GitHub
commit 2e4fe76ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default {
data() { data() {
return { return {
code: { code: {
basic: `import InlineMessage from 'primevue/message';` basic: `import InlineMessage from 'primevue/inlinemessage';`
} }
}; };
} }