fix: missing emits

This commit is contained in:
chenjiahan
2020-07-12 15:26:34 +08:00
parent 08e03e988f
commit d04c8c1e24
5 changed files with 10 additions and 0 deletions

View File

@@ -61,6 +61,8 @@ export default createComponent({
},
},
emits: ['update:currentRate'],
beforeCreate() {
this.uid = `van-circle-gradient-${uid++}`;
},