okta / okta-vue

OIDC SDK for Vue
https://github.com/okta/okta-vue
Other
46 stars 25 forks source link

docs[okta-vue]: Updates README.md #141

Open nountie opened 7 months ago

nountie commented 7 months ago

Update example from the docs to comply with the vue/no-deprecated-router-link-tag-prop ESLint rule

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

What is the current behavior?

The example from the documentation is outdated, and if you use newer vue-router (3.1.0+, 4), the button will not render correctly. Here are more details.

Issue Number: N/A

What is the new behavior?

V-slot was used to recreate previous behavior (also with router-link-active and router-link-exact-active classes).

Does this PR introduce a breaking change?