mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-07-24 02:32:06 +00:00
Vue shim module declaration for *.vue files
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
|||||||
|
declare module "*.vue" {
|
||||||
|
import { defineComponent } from "vue";
|
||||||
|
const Component: ReturnType<typeof defineComponent>;
|
||||||
|
export default Component;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user