Fixed wrong module import

pull/3717/head
Adrian Rudnik 2023-03-09 15:40:05 +01:00 committed by GitHub
parent 9321d6c9c1
commit 4153845647
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';`
} }
}; };
} }