build: 🏗️ 打包报错,修改引用文件
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { onUnmounted } from 'vue'
|
import { onUnmounted } from 'vue'
|
||||||
import TimerWorker from './timerWorker.worker?worker'
|
import TimerWorker from './timerworker.worker?worker'
|
||||||
|
|
||||||
export function useTimerWorker(interval: number) {
|
export function useTimerWorker(interval: number) {
|
||||||
let timerWorker: Worker | null = null
|
let timerWorker: Worker | null = null
|
||||||
|
|||||||
Reference in New Issue
Block a user