fix: 初始化空的 与vue3相结合的 electron项目

This commit is contained in:
Guwan 2025-07-20 18:55:59 +08:00
parent fa5a2e6f7b
commit 869086fd14
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,6 @@
declare module '*.vue' { declare module '*.vue' {
import type { DefineComponent } from 'vue' import type { DefineComponent } from 'vue'
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any> const component: DefineComponent<{}, {}, any>
export default component export default component
} }

View File

@ -1,5 +1,5 @@
<script> <script setup lang="ts">
// TypeScript
</script> </script>
<template> <template>