码迷,mamicode.com
首页 > Web开发 > 详细

vue项目引入第三方js插件,单个js文件引入成功,使用该插件方法时报错

时间:2018-04-13 13:27:24      阅读:500      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!