feat(Popover): improve a11y (#7624)

This commit is contained in:
neverland
2020-11-24 17:25:27 +08:00
committed by GitHub
parent 1f5f078aec
commit 89ce8345b4
3 changed files with 7 additions and 4 deletions
@@ -1,9 +1,9 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`should allow to custom the className of action 1`] = `
<div class="van-popover__action foo">
<button type="button" class="van-popover__action foo">
<div class="van-popover__action-text van-hairline--bottom">Option</div>
</div>
</button>
`;
exports[`should locate to reference element when showed 1`] = `<!---->`;