feat: add emits option
This commit is contained in:
@@ -15,6 +15,8 @@ export default createComponent({
|
||||
},
|
||||
},
|
||||
|
||||
emits: ['click'],
|
||||
|
||||
computed: {
|
||||
style() {
|
||||
const { index } = this;
|
||||
|
||||
Reference in New Issue
Block a user