We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f93c32 commit a2023fcCopy full SHA for a2023fc
docs/components/componentdoc.vue
@@ -321,7 +321,7 @@ import AnchoredHeading from './anchored-heading'
321
// Fallback descriptions for common props (mainly router-link props)
322
import commonProps from '../common-props.json'
323
324
-const const kebabCase = str => str.replace(/\B([A-Z])/g, '-$1').toLowerCase()
+const kebabCase = str => str.replace(/\B([A-Z])/g, '-$1').toLowerCase()
325
326
export default {
327
name: 'BDVComponentdoc',
0 commit comments