Skip to content

Commit

Permalink
fix(docs): component import pattern
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv authored and susnux committed Aug 9, 2023
1 parent 82eaa9b commit 8a1257b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = async () => {
components: 'src/components/*/*.vue',
getComponentPathLine(componentPath) {
const name = path.basename(componentPath, '.vue')
return `import ${name} from '@nextcloud/vue/dist/Components/${name}'`
return `import ${name} from '@nextcloud/vue/components/${name}.js'`
},

sections: [
Expand Down

0 comments on commit 8a1257b

Please sign in to comment.