From 1f841e3875eb619720813289168cc1c072616d2d Mon Sep 17 00:00:00 2001 From: Daniel Nwangwu <32812178+dannicada@users.noreply.github.com> Date: Fri, 5 Mar 2021 01:00:36 +0100 Subject: [PATCH] Update README.md typo in the keep-alive property description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ef599..5268496 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ npm install vue-stepper --save | `steps` | Array of Objects | Each object is a step that will be included in the stepper | | `locale` | String | Default: `en`. Current options: `en`, `es`, `pt`, `ja`, `he`, `cn`, `ru` , `ar`. | | `top-buttons` | Boolean | Default: `false`. If `true` buttons on the header, at the start and the end of the steps, will be shown for better user experience. | -| `keep-alive` | Boolean | Default: `true`. If `true` step components won't be destroy in each step change, bue if `false` they will. | +| `keep-alive` | Boolean | Default: `true`. If `true` step components won't be destroy in each step change, but if `false` they will. | | `reset` | Boolean | Default: `false`. If `true` the steps will be reset |