mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-22 07:46:15 -04:00
feat(tool): git memo
This commit is contained in:
parent
889d594992
commit
5cd9997a84
11 changed files with 504 additions and 18 deletions
10
src/shims.d.ts
vendored
Normal file
10
src/shims.d.ts
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
declare module '*.vue' {
|
||||
import type { ComponentOptions, ComponentOptions } from 'vue';
|
||||
const Component: ComponentOptions;
|
||||
export default Component;
|
||||
}
|
||||
|
||||
declare module '*.md' {
|
||||
const Component: ComponentOptions;
|
||||
export default Component;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue