Git Product home page Git Product logo

Comments (7)

parox2014 avatar parox2014 commented on May 26, 2024 2

@jkchao 应该不是这个原因,打包的时候没报错,但在IOS9中,页面加载时会提示一个错误:

SyntaxError:Unexpected identifier 'i' /app.js

导致应用无法启动,我也是查了好久,才找到原因,去掉这个插件,就好了,怀疑是不是某个变量使用之前未声明

from vue-loading.

jkchao avatar jkchao commented on May 26, 2024

是不是这个原因 #13

from vue-loading.

parox2014 avatar parox2014 commented on May 26, 2024

找到原因了,vueLoading.common.js里面,居然有个let ,而默认node_modules里的文件是不会进行编译的,导致低版的浏览器无法识别,

from vue-loading.

jkchao avatar jkchao commented on May 26, 2024

是的,这里打包出了一点问题,暂时还没搞明白为什么 let 没被转化成 var

from vue-loading.

Richard-Choooou avatar Richard-Choooou commented on May 26, 2024

@parox2014 是的,我也是这个原因,去掉这个库就好了,只是没找到这个let, 你牛

from vue-loading.

Richard-Choooou avatar Richard-Choooou commented on May 26, 2024

@jkchao 看看是不是babel版本的问题

from vue-loading.

jkchao avatar jkchao commented on May 26, 2024

resolved.

from vue-loading.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.