File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ module.exports = (api, context) => {
2929 const useLint = api . hasPlugin ( 'eslint' )
3030 const usesTypescript = api . hasPlugin ( 'typescript' )
3131 const extension = usesTypescript ? 'ts' : 'js'
32- componentName = camelCase ( componentName , { pascalCase : true } ) ;
33- context . componentName = componentName
32+ context . componentName = camelCase ( componentName , { pascalCase : true } ) ;
3433 const packageName = api . generator . pkg . name
3534 context . packageName = packageName
3635 context . useLint = useLint
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-component" ,
3- "version" : " 1.10.2 " ,
3+ "version" : " 1.10.3 " ,
44 "description" : " vue-cli 3 plugin to create shareable component" ,
55 "main" : " index.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments