mirror of
https://github.com/fmhy/edit.git
synced 2026-02-06 19:21:08 +11:00
Watch route changes for feedback properly
This commit is contained in:
parent
b07cf62030
commit
ae2bb3f74a
3 changed files with 10 additions and 10 deletions
5
.vitepress/vue-shim.d.ts
vendored
5
.vitepress/vue-shim.d.ts
vendored
|
|
@ -1,6 +1,5 @@
|
|||
import { type Component } from "vue";
|
||||
|
||||
/* eslint-disable ts/consistent-type-imports */
|
||||
declare module "*.vue" {
|
||||
const component: Component;
|
||||
const component: import("vue").Component;
|
||||
export default component;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue