🌐 AI搜索 & 代理 主页
Skip to content

Commit a2023fc

Browse files
authored
Update componentdoc.vue
1 parent 3f93c32 commit a2023fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/componentdoc.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ import AnchoredHeading from './anchored-heading'
321321
// Fallback descriptions for common props (mainly router-link props)
322322
import commonProps from '../common-props.json'
323323
324-
const const kebabCase = str => str.replace(/\B([A-Z])/g, '-$1').toLowerCase()
324+
const kebabCase = str => str.replace(/\B([A-Z])/g, '-$1').toLowerCase()
325325
326326
export default {
327327
name: 'BDVComponentdoc',

0 commit comments

Comments
 (0)