Merge pull request #2868 from Xotic750/checkbox_tabindex

Checkbox w3c
This commit is contained in:
Aresn 2018-01-22 11:19:05 +08:00 committed by GitHub
commit 23646cc575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 43 additions and 33 deletions

View file

@ -37,7 +37,7 @@
tags: [],
testValue1: null,
testValue2: null
}
};
},
mounted () {
setTimeout(() => {
@ -51,8 +51,8 @@
{
label: '西瓜'
}
]
];
}, 1000);
}
}
};
</script>