We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ed1299 + d52a164 commit 4171bc4Copy full SHA for 4171bc4
1 file changed
src/components/VTour.vue
@@ -23,7 +23,7 @@ import { easeInOutQuad, easingFunctions } from '../easing';
23
type LocalVTourProps = VTourProps & { restartOnPropChange?: boolean };
24
25
const props = withDefaults(defineProps<LocalVTourProps>(), {
26
- name: '',
+ name: 'tour',
27
backdrop: false,
28
autoStart: false,
29
startDelay: 0,
0 commit comments