chore: bump Vue 3.2 and remove event shim (#9218)

This commit is contained in:
neverland
2021-08-10 10:04:55 +08:00
committed by GitHub
parent ac2940a365
commit 9025d3b4e3
7 changed files with 59 additions and 86 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ test('should emit click-step event when step is clicked', () => {
const wrapper = mount({
setup() {
return () => (
<Steps active={1} onClickStep={onClickStep}>
<Steps active={1} onClick-step={onClickStep}>
<Step>A</Step>
<Step>B</Step>
<Step>C</Step>