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
@@ -8,6 +8,8 @@ const [createComponent, bem] = createNamespace('sidebar-item');
export default createComponent({
mixins: [ChildrenMixin('vanSidebar')],
emits: ['click'],
props: {
...routeProps,
dot: Boolean,