Watch route changes for feedback properly

This commit is contained in:
taskylizard
2023-11-19 12:04:11 +00:00
parent b07cf62030
commit ae2bb3f74a
3 changed files with 10 additions and 10 deletions

View File

@@ -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;
}