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) {
87
87
const key = name + '/' + propName
88
88
const kebabKey = toKebabCase ( name ) + '/' + propName
89
89
const type = prop . split ( ':' ) [ 1 ] . trim ( )
90
- const description = ''
90
+ const description = 'For API documentation please visit https://coreui.io/vue/docs '
91
91
92
92
attributes [ kebabKey ] = {
93
+ description,
93
94
type,
94
- description
95
95
}
96
96
attributes [ key ] = {
97
+ description,
97
98
type,
98
- description
99
99
}
100
100
} )
101
101
}
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 62
62
"test" : " vue-cli-service test:unit" ,
63
63
"test:coverage" : " vue-cli-service test:unit --coverage" ,
64
64
"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" ,
66
67
"auto-changelog" : " auto-changelog --template changelog-template.hbs --commit-limit false --package"
67
68
},
68
69
"dependencies" : {
You can’t perform that action at this time.
0 commit comments