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
+2
View File
@@ -6,6 +6,8 @@ const [createComponent, bem] = createNamespace('sidebar');
export default createComponent({
mixins: [ParentMixin('vanSidebar')],
emits: ['change', 'update:modelValue'],
props: {
modelValue: {
type: [Number, String],