test: [button] add comment resolve ts error (#13965)

* test: [button] add comment resolve ts error

* chore: update comment
This commit is contained in:
btea 2023-08-15 19:23:08 +08:00 committed by GitHub
parent 665cc59b19
commit 4315f02362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>