vue3-cron icon indicating copy to clipboard operation
vue3-cron copied to clipboard

typescript项目报错“找不到模块“vue3-cron”或其相应的类型声明”

Open slinloving opened this issue 2 years ago • 3 comments

希望可以有types相关包

slinloving avatar May 13 '22 02:05 slinloving

I agree too.

zhangyanni666 avatar Jun 23 '22 09:06 zhangyanni666

I agree too.

YouthLee02 avatar Aug 11 '22 09:08 YouthLee02

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';

Lewage59 avatar Aug 27 '22 08:08 Lewage59