fix: 初始化空的 与vue3相结合的 electron项目
This commit is contained in:
parent
fa5a2e6f7b
commit
869086fd14
|
@ -2,7 +2,6 @@
|
|||
|
||||
declare module '*.vue' {
|
||||
import type { DefineComponent } from 'vue'
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/ban-types
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<script>
|
||||
|
||||
<script setup lang="ts">
|
||||
// 这里可以添加 TypeScript 代码
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Reference in New Issue