mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat: component base
This commit is contained in:
parent
02dafd6a2f
commit
6e0c369398
17 changed files with 1482 additions and 1006 deletions
6
types/custom.d.ts
vendored
Normal file
6
types/custom.d.ts
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
declare module '*.svg?inline' {
|
||||
import { Component } from 'vue'
|
||||
|
||||
const content: Component
|
||||
export default content
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue