mirror of
https://github.com/fmhy/edit.git
synced 2026-02-15 07:41:34 +11:00
more linting
This commit is contained in:
parent
84337b7b1d
commit
ae179550bf
7 changed files with 38 additions and 41 deletions
4
.vitepress/vue-shim.d.ts
vendored
4
.vitepress/vue-shim.d.ts
vendored
|
|
@ -1,4 +1,6 @@
|
|||
import { type Component } from "vue";
|
||||
|
||||
declare module "*.vue" {
|
||||
const component: import("vue").Component;
|
||||
const component: Component;
|
||||
export default component;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue