dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
644 stars 158 forks source link

ReferenceError: _h is not defined #5

Closed aligundogdu closed 6 years ago

aligundogdu commented 7 years ago

My Vue versiyon is 2.2.1

screenshot_24

i import like this:

import builder from 'vue-query-builder';
Vue.component('vue-query-builder',builder);

and i use like this :

                <vue-query-builder
                        :rules="myRules"
                        :maxDepth="2"
                ></vue-query-builder>

how can i fix it ?

thanks.

dabernathy89 commented 7 years ago

Sorry it has taken me so long to address this. Did you have any luck getting it working? I haven't run across this issue myself yet.

aligundogdu commented 7 years ago

Hi,

no its not working :(

dabernathy89 commented 6 years ago

I've updated the component to use Vue CLI 3 under the hood. If this issue is still happening for anyone, please ping me to reopen.