tauri-app: added tauri-app template
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s
Some checks failed
record-daemon / Build, check and test (push) Failing after 51s
This commit is contained in:
7
tauri-app/src/vite-env.d.ts
vendored
Normal file
7
tauri-app/src/vite-env.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
declare module "*.vue" {
|
||||
import type { DefineComponent } from "vue";
|
||||
const component: DefineComponent<{}, {}, any>;
|
||||
export default component;
|
||||
}
|
||||
Reference in New Issue
Block a user