恢复使用原配置
笑笑 编写于 2023-02-27 17:34:09
NewLife.CubeVue
declare module '*.vue' {
  import type { DefineComponent } from 'vue';
  const component: DefineComponent<{}, {}, any>;
  export default component;
}