vue-stepper
vue-stepper copied to clipboard
A simple stepper with simple actions such as next, back and end to perform simple forms.
[RawGit](https://rawgit.com/) is shutting down. This PR replaces all RawGit links with the recommended alternative - [jsDelivr](https://www.jsdelivr.com/). jsDelivr is a free and fast open source CDN hosting all files from GitHub...
- Update dependency versions. - Migrate config.
l want to use this components without webpack .. is possible do it =?
`This dependency was not found: * !!vue-style-loader!css-loader?{"minimize":false,"sourceMap":false}!../../vue-loader/lib/style-compiler/index?{"vue":true,"id":"data-v-3ee86246","scoped":true,"hasInlineConfig":false}!sass-loader?{"sourceMap":false}!./HorizontalStepper.scss in ./node_modules/vue-stepper/src/HorizontalStepper.vue To install it, you can run: npm install --save !!vue-style-loader!css-loader?{"minimize":false,"sourceMap":false}!../../vue-loader/lib/style-compiler/index?{"vue":true,"id":"data-v-3ee86246","scoped":true,"hasInlineConfig":false}!sass-loader?{"sourceMap":false}!./HorizontalStepper.scss > Listening at http://localhost:8080` Any clue what might be????
Did anyone realize the next button is deactivated after going front and back repeatedly?
I'm using `Postcss` and when trying to use the component I've issue on the build requesting `sass-loader` and `node-sass` dependencies.
Is there a way to change the 'Next' button and 'Finish' button text? I don't see anything listed for props or slots
There are 49 vulnerabilities in the version 1.4.2 of this module (2 low, 14 moderate, 25 high, 8 critical). **Steps to reproduce:** 1.) add "vue-stepper": "^1.4.2" in package.json 2.) Run...