songguoqiang
1 year ago
3 changed files with 43 additions and 25 deletions
@ -0,0 +1,7 @@ |
|||
/* eslint-disable */ |
|||
declare module '*.vue' { |
|||
import type { DefineComponent } from 'vue' |
|||
const component: DefineComponent<{}, {}, any> |
|||
export default component |
|||
} |
|||
declare module 'vue-video-player/src' |
Loading…
Reference in new issue