File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ function generateAttributes (content) {
8787 const key = name + '/' + propName
8888 const kebabKey = toKebabCase ( name ) + '/' + propName
8989 const type = prop . split ( ':' ) [ 1 ] . trim ( )
90- const description = ''
90+ const description = 'For API documentation please visit https://coreui.io/vue/docs '
9191
9292 attributes [ kebabKey ] = {
93+ description,
9394 type,
94- description
9595 }
9696 attributes [ key ] = {
97+ description,
9798 type,
98- description
9999 }
100100 } )
101101 }
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 6262 "test" : " vue-cli-service test:unit" ,
6363 "test:coverage" : " vue-cli-service test:unit --coverage" ,
6464 "clearCache" : " jest --clearCache" ,
65- "release" : " npm-run-all clearCache lint build test:coverage" ,
65+ "release" : " npm-run-all clearCache lint build test:coverage generate-hints" ,
66+ "generate-hints" : " node build/buildVscodeHints.js" ,
6667 "auto-changelog" : " auto-changelog --template changelog-template.hbs --commit-limit false --package"
6768 },
6869 "dependencies" : {
You can’t perform that action at this time.
0 commit comments