vue3-cron
vue3-cron copied to clipboard
typescript项目报错“找不到模块“vue3-cron”或其相应的类型声明”
希望可以有types相关包
I agree too.
I agree too.
You can try adding a file named 'vue3-cron.d.ts' in the src directory, and the file content as follows:
declare module 'vue3-cron';