标签:eth 控制台显示 display isp 引用 ima play rap 使用
1、引入第三方js文件,npm安装不了
2、控制台显示引入成功
3、在methods下使用
图片看不清请看下面代码
updateTime() { setInterval(()=>{ var cd = new Date(); var lunar = calendarNU.solar2lunar();//此处是引用插件方法 this.time = this.$options.methods.zeroPadding(cd.getHours(), 2) + ‘:‘ + this.$options.methods.zeroPadding(cd.getMinutes(), 2) + ‘:‘ + this.$options.methods.zeroPadding(cd.getSeconds(), 2); this.calendar = this.$options.methods.zeroPadding(cd.getFullYear(), 4) + ‘-‘ + this.$options.methods.zeroPadding(cd.getMonth()+1, 2) + ‘-‘ + this.$options.methods.zeroPadding(cd.getDate(), 2) + ‘ ‘ + this.week[cd.getDay()]; },1000) },
4、控制台显示使用该插件方法报错
怎么能使用引入的单个js里的方法?
实在搞不定,我的黑长直都要变成黄分叉了,先谢谢大伙了
vue项目引入第三方js插件,单个js文件引入成功,使用该插件方法时报错
标签:eth 控制台显示 display isp 引用 ima play rap 使用
原文地址:https://www.cnblogs.com/web1/p/8819471.html