We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4f902 commit 45ffc04Copy full SHA for 45ffc04
2 files changed
src/Types.ts
@@ -144,9 +144,11 @@ export interface VTourExposedMethods {
144
stopTour: () => void;
145
146
/** Navigate to a specific step by index */
147
+ // codacy:disable:next-line
148
goToStep(stepIndex: number): Promise<void>;
149
150
/** Reset tour state and optionally restart */
151
152
resetTour(shouldRestart?: boolean): void;
153
154
/** Update tooltip position */
vite.config.ts
@@ -36,6 +36,7 @@ export default defineConfig({
36
defineModel: true,
37
},
38
}),
39
40
dts({
41
insertTypesEntry: true,
42
cleanVueFileName: true,
0 commit comments