fix snapshot

This commit is contained in:
陈嘉涵
2019-03-20 18:03:34 +08:00
parent 407ff6fb3d
commit cc997be877
7 changed files with 44 additions and 44 deletions

View File

@@ -5,12 +5,12 @@ import '../../locale';
import { camelize } from '..';
import { SlotsMixin } from '../../mixins/slots';
import Vue, {
VNode,
VueConstructor,
ComponentOptions,
CreateElement,
RenderContext
} from 'vue/types';
import { VNode } from 'vue/types/vnode';
} from 'vue';
import { InjectOptions, PropsDefinition } from 'vue/types/options';
export type ScopedSlot<Props = any> = (props?: Props) => VNode[] | VNode | undefined;