We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed1299 commit d52a164Copy full SHA for d52a164
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