mint-ui / mint-loadmore

A two-direction mobile load-more component for vue.js
MIT License
315 stars 102 forks source link

_h is not defined #20

Closed billwing closed 7 years ago

billwing commented 7 years ago

Has a error with SSR.

ReferenceError: _h is not defined
ghost commented 7 years ago

我跟你同样的问题;报错如下 vue.common.js?9216:519[Vue warn]: Error when rendering component : Uncaught ReferenceError: _h is not defined

有什么问题解决一下

Leopoldthecoder commented 7 years ago

降级 Vue 到 2.1.4 以下,或者使用最新版的 Mint

ghost commented 7 years ago

mint最新版本是2.0.6吧 vue版本也是2.1.0

Leopoldthecoder commented 7 years ago

是的,升到 Mint 2.0.6

ghost commented 7 years ago

还是同意的问题 vue.common.js?9216:519[Vue warn]: Error when rendering component : Uncaught ReferenceError: _h is not defined

niugm commented 7 years ago

同样遇到此问题,求解,搞了半天,还以为自己代码哪里有问题