ktsn/vue-range-slider

compatible with vue 2.1.8?

Closed this issue · 2 comments

Hello, i tried using the range slider in my project which is using vue 2.1.8 and i get this error

[Vue warn]: Error when rendering component <range-slider>:
and
ReferenceError: _h is not defined at Proxy.render (eval at <anonymous> (app.js:846), <anonymous>:150:14) at VueComponent.Vue._render (eval at <anonymous> (app.js:612), <anonymous>:3096:22) at VueComponent.eval (eval at <anonymous> (app.js:612), <anonymous>:2464:21) at Watcher.get (eval at <anonymous> (app.js:612), <anonymous>:1663:27) at new Watcher (eval at <anonymous> (app.js:612), <anonymous>:1655:12) at VueComponent.Vue._mount (eval at <anonymous> (app.js:612), <anonymous>:2463:19) at VueComponent.Vue$3.$mount (eval at <anonymous> (app.js:612), <anonymous>:6104:15) at VueComponent.Vue$3.$mount (eval at <anonymous> (app.js:612), <anonymous>:8494:16) at init (eval at <anonymous> (app.js:612), <anonymous>:2777:11) at createComponent (eval at <anonymous> (app.js:612), <anonymous>:4120:9)

Is this because it is not compatible with the latest version of vue?

ndr commented

Hello. Seems like faced the same problem:
[Vue warn]: Error when rendering component :
warn
localhost/:3105 Uncaught ReferenceError: _h is not defined
at Proxy.render (eval at (app.js:1284), :150:14)
at VueComponent.Vue._render (eval at (app.js:648), :3096:22)
at VueComponent.eval (eval at (app.js:648), :2464:21)
at Watcher.get (eval at (app.js:648), :1661:27)
at new Watcher (eval at (app.js:648), :1653:12)
at VueComponent.Vue._mount (eval at (app.js:648), :2463:19)
at VueComponent.Vue$3.$mount (eval at (app.js:648), :6106:15)
at VueComponent.Vue$3.$mount (eval at (app.js:648), :8496:16)
at init (eval at (app.js:648), :2777:11)
at createComponent (eval at (app.js:648), :4122:9)

ktsn commented

Thank you for reporting this! I missed this issue, sorry.
It should be fixed on v0.2.4. :)