Update ImportPTDoc.vue
Removing extra character ")". This creates a error in the nuxt.config file.pull/6610/head
parent
69d0407fe6
commit
c1c4c82aee
|
@ -14,7 +14,7 @@ export default {
|
|||
code1: {
|
||||
basic: `
|
||||
primevue: {
|
||||
importPT: { from: '@/passthrough/mycustompt.js')}
|
||||
importPT: { from: '@/passthrough/mycustompt.js' }
|
||||
}
|
||||
`
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue