1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-27 05:30:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
2022-01-26 18:46:54 +08:00

7 lines
175 B
TypeScript

declare module '*.vue' {
import { DefineComponent } from 'vue';
// eslint-disable-next-line
const component: DefineComponent<{}, {}, any>;
export default component;
}