v2.0.0
How to Upgrade
NPM
npm i -S @vue-a11y/skip-to
# OR
yarn add @vue-a11y/skip-to
Features
- Support a multiple targets;
<vue-skip-to
list-label="Skip to"
:to="[
{ anchor: '#main', label: 'Main content' },
{ anchor: '#footer', label: 'Footer' },
]"
/>
Breaking Changes
- Props: Change from
text
tolabel
Committers: 2
- William Lindvall (@shwilliam )
- Alan Ktquez (@ktquez)