mirror of
https://github.com/halo-dev/plugin-starter.git
synced 2025-10-15 07:32:12 +00:00
7 lines
113 B
TypeScript
7 lines
113 B
TypeScript
/// <reference types="vite/client" />
|
|
|
|
declare module "*.vue" {
|
|
import Vue from "vue";
|
|
export default Vue;
|
|
}
|