feat: Initial devtools support (#1125)
This commit is contained in:
@@ -622,7 +622,7 @@ describe('emits', () => {
|
||||
defineComponent({
|
||||
emits: {
|
||||
click: (n: number) => typeof n === 'number',
|
||||
input: (b: string) => null
|
||||
input: (b: string) => b.length > 1
|
||||
},
|
||||
setup(props, { emit }) {
|
||||
emit('click', 1)
|
||||
|
||||
Reference in New Issue
Block a user