mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
test: [button] add comment resolve ts error (#13965)
* test: [button] add comment resolve ts error * chore: update comment
This commit is contained in:
parent
665cc59b19
commit
4315f02362
@ -166,6 +166,7 @@ describe('Button.vue', () => {
|
||||
it('tag', () => {
|
||||
const link = 'https://github.com/element-plus/element-plus'
|
||||
const wrapper = mount(() => (
|
||||
// @ts-ignore
|
||||
<Button tag="a" href={link}>
|
||||
{AXIOM}
|
||||
</Button>
|
||||
|
Loading…
Reference in New Issue
Block a user