See this thread How to disable next button of the vue-form-wizard? or override it with custom button and hide only the next button, here is only for buttons "Back" and "Submit/Finish", but you also can pass css classes to <FormWizard> component for the steps buttons using :steps-classes prop. There you can pass a string or array. Just put there a css class that has only pointer-events: none and this will also prevent user from clicking the form steps/tabs.