lrj
3 天以前 49c254ed5bdc8348551d808ee72579a6d2221e3b
1
2
3
4
5
declare module '*.vue' {
  import { DefineComponent } from 'vue';
  const component: DefineComponent<{}, {}, any>;
  export default component;
}