Skip to content

Commit 91ee808

Browse files
committed
fix(StepTab): fix inner component name
1 parent ee91cb6 commit 91ee808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/stepper/StepTab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { QIcon } from '../icon'
22
import Ripple from '../../directives/ripple'
33

44
export default {
5-
name: 'q-step-header',
5+
name: 'q-step-tab',
66
components: {
77
QIcon
88
},

0 commit comments

Comments
 (0)