全部用静态导入

This commit is contained in:
zqm
2025-12-25 13:53:52 +08:00
parent 8c8ce2f8ce
commit 81dba291f9
15 changed files with 244 additions and 241 deletions

View File

@@ -127,7 +127,7 @@
<script setup>
import { defineProps, ref, onMounted, onUnmounted, computed, useSlots } from 'vue'
import { emitEvent, EVENT_TYPES } from './eventBus.js'
import { emitEvent, EVENT_TYPES } from './eventBus'
const slots = useSlots()