@jeffjade
2016-03-07T17:44:36.000000Z
字数 420
阅读 2388
Vue
ready:{}, //Vue语法错误
ready() {}, //
Uncaught TypeError: handlers[i].call is not a function
Uncaught TypeError: handlers[i].call is not a function
Vue._callHook @ vue.common.js:7734
ready @ vue.common.js:9116
on @ vue.common.js:8912
Vue.$emit @ vue.common.js:8993
Vue._callHook @ vue.common.js:7737
....
{
test: /\.css$/,
loader: ExtractTextPlugin.extract(
"style-loader",
"css-loader?sourceMap"
)
}