将部分全局$打头的属性或组件改为非空类型以方便开发使用

This commit is contained in:
yangd 2018-09-03 14:00:01 +08:00
parent d6282db69b
commit bd8374ae91
6 changed files with 6 additions and 6 deletions

View file

@ -83,7 +83,7 @@ export default API;
declare module 'vue/types/vue' {
interface Vue {
$IVIEW?: {
$IVIEW: {
size?: string;
transfer?: string;
};