Update ImportPTDoc.vue

Removing extra character ")". This creates a error in the nuxt.config file.
pull/6610/head
Carlos Castro 2024-10-20 02:48:40 -07:00 committed by GitHub
parent 69d0407fe6
commit c1c4c82aee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export default {
code1: {
basic: `
primevue: {
importPT: { from: '@/passthrough/mycustompt.js')}
importPT: { from: '@/passthrough/mycustompt.js' }
}
`
},