[关闭]
@jeffjade 2016-03-07T09:44:36.000000Z 字数 420 阅读 2317

Vue+Webpack折腾笔记

Vue


Uncaught TypeError: handlers[i].call is not a function

  1. ready:{}, //Vue语法错误
  2. ready() {}, //
  1. Uncaught TypeError: handlers[i].call is not a function
  2. Uncaught TypeError: handlers[i].call is not a function
  3. Vue._callHook @ vue.common.js:7734
  4. ready @ vue.common.js:9116
  5. on @ vue.common.js:8912
  6. Vue.$emit @ vue.common.js:8993
  7. Vue._callHook @ vue.common.js:7737
  8. ....
  1. {
  2. test: /\.css$/,
  3. loader: ExtractTextPlugin.extract(
  4. "style-loader",
  5. "css-loader?sourceMap"
  6. )
  7. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注