mint-ui / mint-loadmore

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

ReferenceError: _h is not defined #28

Open heiyanquan opened 7 years ago

heiyanquan commented 7 years ago

按照文档来,但是老是报这个错,不明白到底是为什么? // ES6 mudule import Loadmore from 'vue-loadmore'; Vue.component('loadmore', Loadmore);

就这样写的啊?哪里的问题?

sfyr111 commented 7 years ago

vue.esm.js:434 [Vue warn]: Error in render function: "ReferenceError: _h is not defined"

found in

--->

ghost commented 7 years ago

我也是遇到这个问题,你们都解决了吗

TongZhangzt commented 7 years ago

这个问题解决了吗,还是遇到这个问题了

helei112g commented 7 years ago

我也越到这个问题。我是单独使用 loadmore 这个组建。看起来应该这个组建应该是依赖了其他的东西。单独用可能不行

ThinkRealize commented 7 years ago

我也同样遇到这个问题

jxp4531 commented 7 years ago

我也遇到这个问题。。。

ThinkRealize commented 7 years ago

最后的处理方式是引用 mint-ui,然后按需引用。

jxp4531 commented 7 years ago

建议大家不要单独使用这个组件,直接用mint-ui,然后按需加载

haorb2017 commented 7 years ago

这个组件九个月没更新了,早就过时了,直接install会有问题,想用的话得去mintui编译源码用