Skip to content

Commit d52a164

Browse files
committed
fix(VTour): set default name prop to 'tour' GlobalHive#113
1 parent 6ed1299 commit d52a164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/VTour.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { easeInOutQuad, easingFunctions } from '../easing';
2323
type LocalVTourProps = VTourProps & { restartOnPropChange?: boolean };
2424
2525
const props = withDefaults(defineProps<LocalVTourProps>(), {
26-
name: '',
26+
name: 'tour',
2727
backdrop: false,
2828
autoStart: false,
2929
startDelay: 0,

0 commit comments

Comments
 (0)