chore: init
This commit is contained in:
commit
8424b7b98b
27 changed files with 7424 additions and 0 deletions
13
html.d.ts
vendored
Normal file
13
html.d.ts
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
// for UnoCSS attributify mode compact in Volar
|
||||
// refer: https://github.com/johnsoncodehk/volar/issues/1077#issuecomment-1145361472
|
||||
declare module '@vue/runtime-dom' {
|
||||
interface HTMLAttributes {
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
declare module '@vue/runtime-core' {
|
||||
interface AllowedComponentProps {
|
||||
[key: string]: any
|
||||
}
|
||||
}
|
||||
export {}
|
Loading…
Add table
Add a link
Reference in a new issue